create_other_entity.Rd
This function creates all the required elements for a otherEntity
section of
an ELM document. This should be used if data cannot be added using another more structured format.
create_other_entity(file_name, file_description, file_type, physical)
The name of your entity file
A short description of your file
Type of file added as another entity
Physical describtion of object use physical
to generate
A list to append otherEntity
to
A list that contains all the required elements of the otherEntity section of an EML document.
Create Other Entity Element
if (FALSE) {
create_other_entity(file_name = "other_entity.zip" ,
file_description = "An other entity zip",
"physical" = add_physical("other_entity.zip")
)
}