powered by
Save the mindat R dataframe to a specify format
saveMindatDataAs (inputdata,outputfname)
No return value.If successful, the input data frame(df) will be saved to the specified file. Otherwise, it will report an error.
R dataframe of retrieived data from Mindat database.
string. the output file name.
if (FALSE) { df <-geomaterials_search_name("Quartz") saveMindatDataAs(df,"test.jsonld") }
Run the code above in your browser using DataLab