I have opencpu (single server) up and functioning. My first function will
open a dataset from a csv file stored on my hard drive.

Where should I deploy the csv file? (I tried my apps www directory, but it
doesn't work)

In sum: within an opencpu app, where do I deploy a file so that this line
of code will work?

indf <- read.csv(".\\nouns-categorical_R1.csv")

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to