This function creates a data object's physical.

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

if (FALSE) { # Generate EML physical sections for an object in a data package phys <- pid_to_eml_physical(mn, pid, num_header_lines) }