Convert the mindat R dataframe to TTL string
Arguments
- inputdata
R dataframe of retrieived data from Mindat database.
- template
filepath to the template
Examples
if (FALSE) {
df <-geomaterials_search_name("Quartz")
df_out <-ConvertDF2TTL(df)
}
Convert the mindat R dataframe to TTL string
R dataframe of retrieived data from Mindat database.
filepath to the template
if (FALSE) {
df <-geomaterials_search_name("Quartz")
df_out <-ConvertDF2TTL(df)
}