#' @title Package Level Environment
#' @export
# top level config environment
FR <- new.env()
FR$INPUT_TABLE_IRI <- "http://example.com/slowmo#InputTable"
FR$TABLE_SCHEMA_IRI <- "http://www.w3.org/ns/csvw#tableSchema"
FR$MEASURE_IRI <- "http://example.com/slowmo#Measure"
FR$COLUMNS_IRI <- "http://www.w3.org/ns/csvw#columns"
FR$TABLE_IRI <- "http://www.w3.org/ns/csvw#Table"
FR$DIALECT_IRI <- "http://www.w3.org/ns/csvw#dialect"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.