How to read dataset

Hi, I am new to flexdashboard. I developed a dataset in a r script in r studio and now trying to make a graph of it in flexdashboard. What I am struggling at is how to bring that dataset into flexdashboard window. That dataset is in another r script window. Thanks

Hi,

Did you try source('your path to R script') ? Normally putting this in your flexdashboard script loads the prepared dataset in namespace.

JW

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.