lodestar_upload: #' @importFrom yaml write_yaml lodestar_make_yaml =...

Description Usage

View source: R/lodestar_console.R

Description

#' @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"))

Usage

1

sagrudd/gwangmyeongseong3 documentation built on Jan. 25, 2021, 5:44 a.m.