saveMindatDataAs {OpenMindat} | 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. |
No return value.If successful, the input data frame(df) will be saved to the specified file. Otherwise, it will report an error.
## Not run:
df <-geomaterials_search_name("Quartz")
saveMindatDataAs(df,"test.jsonld")
## End(Not run)