-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 769 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated by roxygen2: do not edit by hand
export(as_scalar)
export(opts_read_geojson)
export(opts_read_json)
export(opts_write_geojson)
export(opts_write_json)
export(read_geojson_conn)
export(read_geojson_file)
export(read_geojson_str)
export(read_json_conn)
export(read_json_file)
export(read_json_raw)
export(read_json_str)
export(read_ndjson_file)
export(read_ndjson_raw)
export(read_ndjson_str)
export(validate_json_file)
export(validate_json_str)
export(write_geojson_file)
export(write_geojson_str)
export(write_json_file)
export(write_json_raw)
export(write_json_str)
export(write_ndjson_file)
export(write_ndjson_raw)
export(write_ndjson_str)
export(yyjson_read_flag)
export(yyjson_version)
export(yyjson_write_flag)
useDynLib(yyjsonr, .registration=TRUE)