We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b3fd6 commit 1ec989dCopy full SHA for 1ec989d
etl/test_failure_alert.R
@@ -7,5 +7,5 @@ print(paste0("This is a ", args[1]))
7
print(paste0("This is ", args[2]))
8
9
# This will fail as test.csv does not exist.
10
-# read.csv("test.csv")
+read.csv("test.csv")
11
0 commit comments