fair_expand {FAIRmaterials}R Documentation

Expand Json Files

Description

Expand Json Files

Usage

fair_expand(json_file)

Arguments

json_file

Json-ld created from the fairify_data function

Value

Expanded json-ld file

Examples

json_file <- '{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Jane Doe",
"jobTitle": "Professor",
"telephone": "(425) 123-4567",
"url": "http://www.janedoe.com"}'

fair_expand(json_file)

[Package FAIRmaterials version 0.4.1 Index]