Other packages > Find by keyword >

emld  

Ecological Metadata as Linked Data
View on CRAN: Click here


Download and install emld package within the R console
Install from CRAN:
install.packages("emld")

Install from Github:
library("remotes")
install_github("cran/emld")

Install by package version:
library("remotes")
install_version("emld", "0.5.3")



Attach the package and use:
library("emld")
Maintained by
Carl Boettiger
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-03-06
Latest Update: 2020-09-27
Description:
This is a utility for transforming Ecological Metadata Language ('EML') files into 'JSON-LD' and back into 'EML.' Doing so creates a list-based representation of 'EML' in R, so that 'EML' data can easily be manipulated using standard 'R' tools. This makes this package an effective backend for other 'R'-based tools working with 'EML.' By abstracting away the complexity of 'XML' Schema, developers can build around native 'R' list objects and not have to worry about satisfying many of the additional constraints of set by the schema (such as element ordering, which is handled automatically). Additionally, the 'JSON-LD' representation enables the use of developer-friendly 'JSON' parsing and serialization that may facilitate the use of 'EML' in contexts outside of 'R,' as well as the informatics-friendly serializations such as 'RDF' and 'SPARQL' queries.
How to cite:
Carl Boettiger (2019). emld: Ecological Metadata as Linked Data. R package version 0.5.3, https://cran.r-project.org/web/packages/emld. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.2.0 (2019-03-06 17:42), 0.3.0 (2019-10-11 07:30), 0.4.0 (2020-02-05 14:10), 0.5.0 (2020-07-09 00:40), 0.5.1 (2020-09-27 12:50), 0.5.2 (2025-11-21 07:10)
Other packages that cited emld R package
View emld citation profile
Other R packages that emld depends, imports, suggests or enhances
Complete documentation for emld
Functions, R codes and Examples using the emld R package
Some associated functions: as_emld . as_json . as_xml . eml_ns . eml_validate . eml_version . emld-package . find_real_root_name . guess_root_schema . guess_schema_location . template . 
Some associated R codes: as_eml_document.R . as_emld.R . as_json.R . as_jsonlist.R . as_xml.R . eml_validate.R . eml_version.R . emld-methods.R . emld.R . template.R . validate_units.R .  Full emld package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA