Swagato Chatterjee writes:
> *@Loris: However, you'll probably have to make sure that all the packages
> you*
> *need are installed on the server.*
>
> This is where I need a help.
Presumably the program 'cron' will be used to run your script. If the
program is run as root, you will have to as
Dear all,
Thenks for replying to my query.
*@Amaud: If I understand correctly what you want to do, you might be able
to create a HTML report using RMarkdown and host that on the website. If
you really need a web app, I suggest looking into Shiny. You can make a
shiny app, host it for free on th
On Sun, Aug 16, 2015, 2:29 PM Swagato Chatterjee
wrote:
Hello,
I have written a R script which runs a regression of a dataset and saves
the result in a csv file.
Now this dataset has to be edited periodically which is done in a server. I
need to run the R script in a server so that the results
Swagato Chatterjee writes:
> Hello,
>
> I have written a R script which runs a regression of a dataset and saves
> the result in a csv file.
>
> Now this dataset has to be edited periodically which is done in a server. I
> need to run the R script in a server so that the results can also be share
On Sun, Aug 16, 2015 at 3:27 AM, Swagato Chatterjee
wrote:
> Hello,
>
> I have written a R script which runs a regression of a dataset and saves
> the result in a csv file.
>
> Now this dataset has to be edited periodically which is done in a server. I
> need to run the R script in a server so th
There is probably nothing that can give you a step by step guide. You are
touching on a couple of different subjects. If you just want to run code
automatically on a windows server you can use task scheduler to call Rscript
filename.R. If you want to create Web application, that's a bit harde
6 matches
Mail list logo