R Shiny for reading a csv file

How will you use read.csv in a shiny app?

What path should I specify while reading a csv file?

Project Directory path or file path?
Running locally without errrors,During deployment error-type default

A path relative to the app's root folder.

If you need more specific help, please provide a reproducible example (reprex) illustrating your issue. Have a look at these resources, to see how to create one for a shiny app

Ya reprex would be helpful.
While including csv file and deploying the app ,getting the below error:
Error in value[3L] : invalid multibyte string at '<80>725K'
Calls: local ... tryCatch -> tryCatchList -> tryCatchOne ->
Execution halted

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.