Skip to content

Commit

Permalink
Update 2_scraping.Rmd
Browse files Browse the repository at this point in the history
typo, oops!
  • Loading branch information
jamestripp authored Mar 19, 2019
1 parent d45ee0f commit d1537ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2_scraping/2_scraping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ save(our_data, file = 'our_data.RData')
or as a csv file

```{r eval=FALSE}
write_csv(our_data, file = 'our_data.csv')
write_csv(our_data, path = 'our_data.csv')
```

### Your turn
Expand Down Expand Up @@ -377,4 +377,4 @@ If you want to scrape page with infinite scrolling (such as twitter) from within
* [DataMiner help page](https://data-miner.io/user-manuals/public-recipes)
* [VisiHow tutorial](https://visihow.com/Use_Data_Miner_in_Google_Chrome)

**Note** You will need to have a google account to use this service. Be aware this may result in DataMiner being aware your activities.
**Note** You will need to have a google account to use this service. Be aware this may result in DataMiner being aware your activities.

0 comments on commit d1537ac

Please sign in to comment.