[R] Working with very large datasets and generating an executable file

Paul Bernal p@u|bern@|07 @end|ng |rom gm@||@com
Thu May 7 07:46:45 CEST 2020


Thank you Abby!

 Cheers!

El mié., 6 de mayo de 2020 10:35 p. m., Abby Spurdle <spurdle.a using 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
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list