No Description
* * * * * your_script_fullpath >> your_log_path 2>&1
2>&1 is
0 is stdin. 1 is stdout. 2 is stderr.
2> redirects stderr to an (unspecified) file, appending &1 redirects stderr to stdout
*/15 * * * * nohup /local/anaconda3/bin/Rscript ~/shared/projects/CTKmodel/code/CTK_Forecast_Automation_Pallav.R