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")