Skip to content

Commit

Permalink
Add Victoria plums for V
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Nov 24, 2018
1 parent 001d6ae commit 4fe07f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-raw/fruit.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ fruits <- fruits_page %>%
html_nodes(".column-width a") %>%
html_text()

# add fruits starting with V

fruits <- c(fruits, "Vanilla Bean", "Victoria plum")

# save data --------------------------------------------------------------------
use_data(fruits)
Binary file modified data/fruits.rda
Binary file not shown.

0 comments on commit 4fe07f4

Please sign in to comment.