Nothing
#' database path
#' @export
#' @param db (character) db name. one of: eurosl, germansl
db_path <- function(db) {
file <- switch(
db,
eurosl = "eurosl.sqlite",
germansl = "germansl.sqlite",
stop("must be one of eurosl, germansl",
call. = FALSE)
)
file.path(tdb_cache$cache_path_get(), file)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.