View source: R/other-entity-element.R
create_other_entity | R Documentation |
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)
file_name |
The name of your entity file |
file_description |
A short description of your file |
file_type |
Type of file added as another entity |
physical |
Physical describtion of object use |
parent_element |
A list to append |
Create Other Entity Element
A list that contains all the required elements of the otherEntity section of an EML document.
## Not run:
create_other_entity(file_name = "other_entity.zip" ,
file_description = "An other entity zip",
"physical" = add_physical("other_entity.zip")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.