Skip to contents

Save the mindat R dataframe to a specify format

Usage

saveMindatDataAs (inputdata,outputfname)

Arguments

inputdata

R dataframe of retrieived data from Mindat database.

outputfname

string. the output file name.

Examples

if (FALSE) {
df <-geomaterials_search_name("Quartz")
saveMindatDataAs(df,"test.jsonld")
}