Skip to content

Commit b2d9292

Browse files
authored
Modified section Execute javascript
1 parent 524ed6b commit b2d9292

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ There are pros and cons of each method:
263263

264264
#### 1.Execute javascript
265265

266-
I'm not a expert in Javascript, and I learned how to use it with this [post](https://datascienceplus.com/scraping-javascript-rendered-web-content-using-r/)
266+
I learned how to use Javascript with this [post](https://datascienceplus.com/scraping-javascript-rendered-web-content-using-r/). Since I'm not an expert in Javascript, I recommend you to search for other related resources online.
267+
268+
If you don't know Javascipt, then this method is unlikely to be suitable for you. Since Javascript isn't an easy subject, I don't recommend you to learn it if your only purpose is to use it to do web-scraping in R. The following two methods are much easier.
267269

268270
#### 2.Use Developer tools
269271

0 commit comments

Comments
 (0)