Description Usage Arguments Value
Wrapper function to do operations with the remote driver. Allows the use of user defined function for a specic link. The idea, is to make the process of remotely interacting with websites, as flexible as possible so that I can pass any function of interest to the scrape or do operations on the link specified.
1 | do_remDr(remDr, link, FUN, FUN_input)
|
remDr |
remote driver connection object created with
|
link |
url for the website to intereact with. |
FUN |
user-specified functon |
FUN_input |
input that will go in |
Object generated by FUN
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.