Closed erikasv closed 4 years ago
Set the env vars: WORK_DIR and LIB_PATH before running the app or it will use default values.
WORK_DIR
LIB_PATH
Or, from the command line execute like this: WORK_DIR=absolute_path LIB_PATH=lib_path Rscript runApp.r
WORK_DIR=absolute_path LIB_PATH=lib_path Rscript runApp.r
Set the env vars:
WORK_DIR
andLIB_PATH
before running the app or it will use default values.Or, from the command line execute like this:
WORK_DIR=absolute_path LIB_PATH=lib_path Rscript runApp.r