powered by
Convert the mindat R dataframe to TTL string
ConvertDF2TTL (inputdata,template = NULL)
'ConvertDF2TTL()' returns a string written in TTL (pronounced 'turtle') 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 <-ConvertDF2TTL(df) }
Run the code above in your browser using DataLab