These functions are inspired by the functions run_workflow() in the package
MagellanNTK. They wrap the entire workflow into a single function
Usage
convert_dataset_ui(id)
convert_dataset_server(
id,
remoteReset = reactive({
NULL
}),
is.enabled = reactive({
TRUE
})
)
convert_dataset()Examples
if (interactive()){
library(DaparToolshed)
library(Prostar2)
library(spsComps)
shiny::runApp(Prostar2::convert_dataset())
}