View source: R/minda_data_maker.R
saveMindatDataAs | R Documentation |
Save the mindat R dataframe to a specify format
saveMindatDataAs (inputdata,outputfname)
inputdata |
R dataframe of retrieived data from Mindat database. |
outputfname |
string. the output file name. |
## Not run:
df <-geomaterials_search_name("Quartz")
saveMindatDataAs(df,"test.jsonld")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.