"Hello R community!
Before running the UI and server components, I need to execute the command **df <- read_csv("data/df.csv")**
in R Markdown to load my dataset into the environment. Is there a way to load the dataset interactively without having to perform the initial step in R Markdown? Thanks