function_to_Rscript.Rd
Convert R Functions to Scripts that are given arguments from the Console
function_to_Rscript(
function_from_source = NULL,
function_name = NULL,
function_from_package = NULL,
packages = c("tidyverse"),
arguments,
arguments_class,
script_save_path
)
the path of function that add function from source.
name of function to run that is defined in R source file.
name of function to run in script.
A vector of package names that have been loaded into the script.
A vector of arguments are given from console.
A vector of input arguments types.
path of generated script.