Skip to content

Commit a2ea5d2

Browse files
committed
clean up
1 parent d94fc07 commit a2ea5d2

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

example-notebook.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ acro_init()
2929
- The code below reads the data from a folder called "nursery_data" which we assume is at the same level as the folder where you are working.
3030
- The path might need to be changed if the data has been downloaded and stored elsewhere.
3131
```{r}
32-
data <- farff::readARFF("nursery_data/nursery.arff")
32+
data <- farff::readARFF("data/nursery.arff")
3333
data <- as.data.frame(data)
3434
3535
names(data)[names(data) == "class"] <- "recommend"

example-notebook.nb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ <h3>Load the data</h3>
18071807
<!-- rnb-text-end -->
18081808
<!-- rnb-chunk-begin -->
18091809
<!-- rnb-source-begin eyJkYXRhIjoiYGBgclxuZGF0YSA9IGZhcmZmOjpyZWFkQVJGRihcIm51cnNlcnlfZGF0YS9udXJzZXJ5LmFyZmZcIilcbmRhdGEgPSBhcy5kYXRhLmZyYW1lKGRhdGEpXG5cbm5hbWVzKGRhdGEpW25hbWVzKGRhdGEpID09IFwiY2xhc3NcIl0gPC0gXCJyZWNvbW1lbmRcIlxuYGBgIn0= -->
1810-
<pre class="r"><code>data = farff::readARFF(&quot;nursery_data/nursery.arff&quot;)
1810+
<pre class="r"><code>data = farff::readARFF(&quot;data/nursery.arff&quot;)
18111811
data = as.data.frame(data)
18121812

18131813
names(data)[names(data) == &quot;class&quot;] &lt;- &quot;recommend&quot;</code></pre>

0 commit comments

Comments
 (0)