Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit d38c0bf

Browse files
authored
Merge pull request #21 from vstarkweather/gh-pages
00-Added note about tmp folder
2 parents 2cc35da + 0009c72 commit d38c0bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

00-before-we-start.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ dput(head(iris)) # iris is an example data.frame that comes with R
184184
If the object is larger, provide either the raw file (i.e., your CSV file) with
185185
your script up to the point of the error (and after removing everything that is
186186
not relevant to your issue). Alternatively, in particular if your questions is
187-
not related to a `data.frame`, you can save any R object to a file:
187+
not related to a `data.frame`, you can save any R object to a file. Note: for this
188+
example, the folder "/tmp" needs to already exist.
188189

189190
```{r, eval=FALSE}
190191
saveRDS(iris, file="/tmp/iris.rds")

0 commit comments

Comments
 (0)