We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf37830 commit 73d015bCopy full SHA for 73d015b
global.R
@@ -0,0 +1,7 @@
1
+library(shiny)
2
+library(readr)
3
+
4
+data_path <- "data"
5
+csv_old_faithful <- "faithful_data.csv"
6
7
+old_faithful <- read_csv(file.path(data_path, csv_old_faithful))
0 commit comments