View source: R/lodestar_console.R
#' @importFrom yaml write_yaml lodestar_make_yaml = function(opt) cli::cli_h1("creating YAML config file") cli::cli_alert_info(paste0("using ",opt$config," as YAML destination")) lsc <- LodestarConn$new( keyring=opt$rdbms, service=opt$database, username=opt$username, password=opt$password) yaml::write_yaml(lsc$as_yaml(), opt$config) cli::cli_alert_success(paste0("",opt$config," written successfully"))
1 | lodestar_upload(opt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.