forked from NOAA-OWP/hydrofabric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
32 lines (31 loc) · 782 Bytes
/
NAMESPACE
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
32
# Generated by roxygen2: do not edit by hand
S3method(print,hydrofabric_conflicts)
export(append_style)
export(as_sqlite)
export(create_style_row)
export(glue)
export(hydrofabric_conflicts)
export(hydrofabric_packages)
export(open_dataset)
export(read_parquet)
export(read_qml)
export(read_sf_dataset_sqlite)
export(write_parquet)
import(climateR, except = c(plot))
import(dplyr, except = c(intersect, union))
import(hydrofab)
import(ngen.hydrofab)
import(nhdplusTools)
import(sf)
import(terra)
import(zonal)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbListTables)
importFrom(RSQLite,SQLite)
importFrom(arrow,open_dataset)
importFrom(arrow,read_parquet)
importFrom(arrow,write_parquet)
importFrom(glue,glue)
importFrom(purrr,keep)
importFrom(purrr,map)