Learn R Programming

geogenr (version 1.0.1)

new_uscb_metadata: uscb_metadata S3 class

Description

Internal low-level constructor that creates new objects with the correct structure.

Usage

new_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.