create_title.Rd
Creates title elements according to EML standards.
create_title(title, short_name)
The title of the project and/or dataset. A complete title is between 7 and 20 words long and includes: What, Where, and When (and Who, if relevant).
Short name or nickname you use to refer to this dataset.
The project or dataset list with title and short name appended.
For a dataset, the title should be between 7 and 20 words long, with a short name which is shorter than the title. If the title is too short, ensure that it is covering the 'what', 'where', and 'when'. If the title is too long, attempt to make it as concise as possible.
create_title(title = "Eight Mile Lake Research Watershed, Carbon in Permafrost Experimental Heating Research.",
short_name = "knb-lter-bnz.501.17")
#> $title
#> [1] "Eight Mile Lake Research Watershed, Carbon in Permafrost Experimental Heating Research."
#>
#> $short_name
#> [1] "knb-lter-bnz.501.17"
#>