pid_to_eml_physical: Create EML physical objects for the given set of PIDs

View source: R/eml.R

pid_to_eml_physicalR Documentation

Create EML physical objects for the given set of PIDs

Description

This function creates a data object's physical.

Usage

pid_to_eml_physical(mn, pid, num_header_lines = 1)

Arguments

mn

(MNode) Member Node where the PID is associated with an object.

pid

(character) The PID of the object to create the physical for.

num_header_lines

(double) The number of headers in a csv/Excel file. Default is equal to 1.

Value

(list) A physical object.

Examples

## Not run: 
# Generate EML physical sections for an object in a data package
phys <- pid_to_eml_physical(mn, pid, num_header_lines)

## End(Not run)

NCEAS/arcticdatautils documentation built on July 13, 2024, 11:02 a.m.