#' Source R or Stata files
#' @description Sourcing R or Stata files via `EXTRA` column. All files should
#' be in *source* repo in Helseprofil Github site and saved in their
#' respective folders. **This function is not implemented yet.**
#' @param dt Dataset
#' @param extra Arguments from EXTRA column in Access
do_source_file <- function(dt, extra){
}
## Helper -----------------------
is_file_r <- function(dt, file){}
is_file_stata <- function(dt, file){}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.