writeMetadatatoJSON: Write metadata of downloaded data to JSON.

View source: R/UtilityFunctions.R

writeMetadatatoJSONR Documentation

Write metadata of downloaded data to JSON.

Description

Write metadata of downloaded data to JSON.

Usage

writeMetadatatoJSON(
  package,
  name,
  year,
  source,
  url,
  date_last_modified,
  date_accessed
)

Arguments

package

A string specifying package.

name

A string specifying data name.

year

A numeric value specifying data year.

source

A string specifying data source.

url

A string specifying data url.

date_last_modified

A string specifying when the original data was last modified by provider, e.g. BEA.

date_accessed

A string specifying when the original data was accessed by package.


USEPA/useeior documentation built on April 12, 2024, 1:36 p.m.