EDIorg / EMLassemblyline

R package for creating EML metadata
https://ediorg.github.io/EMLassemblyline/
MIT License
27 stars 13 forks source link

template_other_entity_attributes() #45

Open clnsmth opened 4 years ago

clnsmth commented 4 years ago

A function to auto-detect file type and content of non-tabular data then populate the corresponding attribute list to the fullest extent possible.

Has arguments:

Outputs a tab delimited attributes_.txt template, where is the data object name, with relevant attribute fields

clnsmth commented 4 years ago

Working on this at branch fix_45.

clnsmth commented 1 year ago

Note, there will be two templates supporting otherEntity attributes. These will have the same naming conventions, fields, and rulesets as is currently implemented for dataTable entities. See the attributes_[filename].txt and catvars_[filename].txt templates for details.

clnsmth commented 1 year ago

To do: