scroll_reviews | R Documentation |
Scroll reviews container and load more reviews
scroll_reviews(
client,
using = "css",
value = "div.m6QErb.DxyBCb.kA9KIf.dS8AEf",
scroll_px = 1000,
sleep = 1
)
client |
|
using |
String with "css" or "xpath". |
value |
String with css tag or xpath. |
scroll_px |
Integer with the number of pixels to scroll. |
sleep |
Integer with number of seconds to use as pause between actions on the web page. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.