sharedcount: Function to get the Social Shares for a given URL

Description Usage Arguments Examples

View source: R/sharedcount.R

Description

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/

Usage

1

Arguments

url

The URL you want to analyze

key

Your API-Key you get from https://www.sharedcount.com/ fro free sharedcount()

Examples

1
2
3
4
5
6
## Not run: 
url<-"https://www.r-project.org/"
key<-{{YOUR_API_KEY}}
sharedcount(url, key)

## End(Not run)

seoR documentation built on Jan. 29, 2018, 5:05 p.m.

Related to sharedcount in seoR...