View source: R/minda_data_maker.R
ConvertDF2TTL | R Documentation |
Convert the mindat R dataframe to TTL string
ConvertDF2TTL (inputdata,template = NULL)
inputdata |
R dataframe of retrieived data from Mindat database. |
template |
filepath to the template |
## Not run:
df <-geomaterials_search_name("Quartz")
df_out <-ConvertDF2TTL(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.