delma-package | R Documentation |
Ecological Metadata Language (EML) is a common
framework for describing ecological datasets so they can be shared and reused.
delma
supports users to write metadata statements in R Markdown or Quarto
Markdown for greater transparency and ease-of-use, then convert them to
EML for efficient transfer.
Main functions
use_metadata_template()
- Create a template boilerplate metadata statement
read_eml()
/write_eml()
- Read / write EML files to a tibble
read_md()
/write_md()
- Read / write Rmd or qmd files to a tibble
check_metadata()
- Run checks on an EML document
Format manipulation
as_lp_tibble()
- Convert metadata to class a tibble
(class tbl_lp
)
as_eml_tibble()
- Convert metadata to class a tibble
(class tbl_df
)
as_eml_list()
- Convert metadata to class list
as_eml_xml()
- Convert metadata to class xml_document
Maintainer: Martin Westgate martin.westgate@csiro.au
Authors:
Shandiya Balasubramaniam shandiya.balasubramaniam@csiro.au
Dax Kellie dax.kellie@csiro.au
If you have any questions, comments or suggestions, please email support@ala.org.au.
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.