View source: R/import_mdJSON.R
import_mdJSON | R Documentation |
Gathers metadata files using the mdJSON metadata standard from a chosen program directory (or all program directories) in the Alaska Regional Data Repository into a tibble for further analysis in R. This function may take several minutes to run, depending on the number of folders and JSON files in the given directory.
import_mdJSON( program = "fes", path = "\\\\ifw7ro-file.fws.doi.net\\datamgt" )
program |
The program the report will be generated for. Choose from "fes", "mbm", "nwrs", "osm", "sa", or "all". |
path |
Path to directory that will be searched for metadata files. |
A tibble containing imported mdJSON metadata records. Each row is a unique record
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.