diff --git a/docs/articles/NPSutils.html b/docs/articles/NPSutils.html index 975581d..f9adca3 100644 --- a/docs/articles/NPSutils.html +++ b/docs/articles/NPSutils.html @@ -97,11 +97,11 @@

Install from GitHub
 # install.packages("devtools")
-devtools::install_github("nationalparkservice/NPSutils")
+devtools::install_github("nationalparkservice/NPSutils")

NPSutils is also available as part of the NPSdataverse

 # install.packages("devtools")
-devtools::install_github("nationalparkservice/NPSdataverse")
+devtools::install_github("nationalparkservice/NPSdataverse") diff --git a/docs/index.html b/docs/index.html index 0e758c2..803ae30 100644 --- a/docs/index.html +++ b/docs/index.html @@ -81,11 +81,11 @@

Install from GitHub
 # install.packages("devtools")
-devtools::install_github("nationalparkservice/NPSutils")
+devtools::install_github("nationalparkservice/NPSutils")

NPSutils is also available as part of the NPSdataverse

 # install.packages("devtools")
-devtools::install_github("nationalparkservice/NPSdataverse")
+devtools::install_github("nationalparkservice/NPSdataverse") diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index e09377a..28d85b5 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -3,4 +3,5 @@ pkgdown: 2.0.6.9000 pkgdown_sha: 5bb671b1a8bac8e926479868681936f7c9ee41b3 articles: NPSutils: NPSutils.html -last_built: 2023-02-08T15:32Z \ No newline at end of file +last_built: 2023-02-08T18:49Z + diff --git a/docs/reference/get_data_package.html b/docs/reference/get_data_package.html deleted file mode 100644 index c748128..0000000 --- a/docs/reference/get_data_package.html +++ /dev/null @@ -1,110 +0,0 @@ - -Retrieve digital data package holding from DataStore. — get_data_package • NPSutils - - -
-
- - - -
-
- - -
-

get_data_package creates a directory called "data" in the current working directory (unless it already exists). For each data package, it writes a new sub-directory of "data" named with the corresponding data package reference ID. All the data package files are then copied to that directory.

-
- -
-
get_data_package(reference_id, secure = FALSE, path = here::here())
-
- -
-

Arguments

-
reference_id
-

is a 6-7 digit number corresponding to the reference ID of the data package.

- - -
secure
-

logical indicating whether the file should be acquired using data services available to NPS internal staff only. Defaults to FALSE for public data. TRUE indicates internal data and requires a VPN connection (unless you are in an NPS office).

- -
-
-

Value

- - -

String. The path where the /data folder is written and all data package sub-directories and data files are contained.

-
- -
-

Examples

-
if (FALSE) {
-get_data_package(2272461, secure = FALSE)
-path_to_data_for_piping <- get_data_package(2272461, secure = TRUE)
-}
-
-
-
- -
- - -
- - - - - - - -