import_mdJSON: Import mdJSON metadata

View source: R/import_mdJSON.R

import_mdJSONR Documentation

Import mdJSON metadata

Description

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.

Usage

import_mdJSON(
  program = "fes",
  path = "\\\\ifw7ro-file.fws.doi.net\\datamgt"
)

Arguments

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.

Value

A tibble containing imported mdJSON metadata records. Each row is a unique record


twisneskie/mdReports documentation built on Oct. 17, 2022, 7:33 a.m.