Description Usage Arguments Examples
This function allows to get the shares of a given Domain into R. Therefore the function uses the Sharedcount-API. To use the function you have to set up a free API-Account here: https://www.sharedcount.com/
1 | sharedcount(url, key)
|
url |
The URL you want to analyze |
key |
Your API-Key you get from https://www.sharedcount.com/ fro free sharedcount() |
1 2 3 4 5 6 | ## Not run:
url<-"https://www.r-project.org/"
key<-{{YOUR_API_KEY}}
sharedcount(url, key)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.