Learn R Programming

seoR (version 0.1.0)

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

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

sharedcount(url, key)

Arguments

url

The URL you want to analyze

key

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

Examples

Run this code
# NOT RUN {
url<-"https://www.r-project.org/"
key<-{{YOUR_API_KEY}}
sharedcount(url, key)
# }

Run the code above in your browser using DataLab