... Here's what the flow of work is...
- Load a csv file. Display the file as a table on the UI. (Reactive and works great.)
- "Mutate" the data and show as a different table. (Reactive and works great.)
- Pass the function to a different server R file. (Reactive and works great.)
- Pass the file through a "tidygraph" command.... (BAD. BAD. BAD.)
The command doesn't like the reactive dataframe. How do I make the data usable (i.e., "static" - for lack of a better word - as a dataframe)?
Please help!