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]
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.1, https://cran.r-project.org/web/packages/emld
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns