createColumn.Rd
Create a column in a LiPD object
createColumn(
L,
paleo.or.chron = "paleo",
paleo.or.chron.number = 1,
table.type = "measurement",
table.number = 1,
variableName = NA,
units = NA,
values = NA,
additional.metadata = NA
)
a LiPD object
is this column for a "paleo" or "chron" table?
what number is this paleo or chron object (default = 1)
"measurement", "ensemble" or "summary" table? (default = "measurement")
what number is this table object (default = 1)
what is the variableName (e.g. "depth")
what are the units
a vector of the values for the column, must be the same length as other columns in the table
an optional named list of additional metadata to add to the column
updated Lipd object