powered by
Convert the mindat R dataframe to JSON-LD string
ConvertDF2JsonLD(inputdata,template = NULL)
'ConvertDF2JsonLD()' returns a string written in Json-LD format converted from an input R data frame (df).
R dataframe of retrieived data from Mindat database.
filepath to the template
if (FALSE) { df <-geomaterials_search_name("Quartz") df_out <-ConvertDF2JsonLD(df) }
Run the code above in your browser using DataLab