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.1")



Attach the package and use:
library("emld")
Maintained by
Carl Boettiger
[Scholar Profile | Author Map]
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.1, https://cran.r-project.org/web/packages/emld. Accessed 13 Apr. 2025.
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)
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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/12Downloads for emld51015202530354045TrendBars

Today's Hot Picks in Authors and Packages

COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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