Skip to content

Commit 484e106

Browse files
Update importing_spreadsheet_data.md
1 parent 4748a2c commit 484e106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scraping/importing_spreadsheet_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ str(data_ls)
203203
## .. ..$ footnote_codes: logi [1:122302] NA NA NA NA NA NA ...
204204
```
205205

206-
These examples provide the basics required for downloading most tabular and Excel files from online. However, this is just the beginning of importing/scraping data from the web. Next, we'll start exploring the more conventional forms of [scraping text](http://uc-r.github.io/scraping_HTML_text) and data stored in HTML webpages.
206+
These examples provide the basics required for downloading most tabular and Excel files from online. However, this is just the beginning of importing/scraping data from the web. Next, we'll start exploring the more conventional forms of [scraping text](http://uc-r.github.io/scraping_HTML_text) and [data](scraping_HTML_tables) stored in HTML webpages.
207207

208208

209209
[^fn_scrap1]: In [Automated Data Collection with R](http://www.amazon.com/Automated-Data-Collection-Practical-Scraping/dp/111883481X/ref=pd_sim_14_1?ie=UTF8&dpID=51Tm7FHxWBL&dpSrc=sims&preST=_AC_UL160_SR108%2C160_&refRID=1VJ1GQEY0VCPZW7VKANX") Munzert et al. state that "[t]he first way to get data from the web is almost too banal to be considered here and actually not a case of web scraping in the narrower sense."

0 commit comments

Comments
 (0)