Working with very large datasets and generating an executable file
Thank you Abby! Cheers! El mi?., 6 de mayo de 2020 10:35 p. m., Abby Spurdle <spurdle.a at gmail.com> escribi?:
The second question is, is there a way I can develop an R model and turn
it
into an executable program that can work on any OS?
------myrscript.c--------
int main (int argc, char* argv [])
{ system ("Rscript myrscript.r");
return 0;
}
-------------------------
command line > gcc -o myrscript.exe myrscript.c
command line > myrscript.exe