Nothing
# get_data_location <- function(x) {
# system.file(
# "testdata",
# x,
# package = "REDCapCAST"
# )
# }
# setwd("tests/testthat")
get_data_location <- function(x){
# here::here(file.path("tests","testthat","data", x))
file.path("data", x)
}
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.