Learn R Programming

geogenr (version 1.0.1)

uscb_metadata: uscb_metadata S3 class

Description

A uscb_metadata object is created from a given geodatabase, code, group code, short name and existing metadata.

Usage

uscb_metadata(
  filepath = NULL,
  code = NULL,
  group_code = NULL,
  short_name = NULL,
  uscb_acs_metadata = NULL
)

Value

A uscb_metadata object.

Arguments

filepath

A string, path to gbd file.

code

A vector of strings.

group_code

A vector of strings.

short_name

A vector of strings.

uscb_acs_metadata

A metadata object.