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

View source: R/sharedcount.R

sharedcountR Documentation

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

## Not run: 
url<-"https://www.r-project.org/"
key<-{{YOUR_API_KEY}}
sharedcount(url, key)

## End(Not run)

dschmeh/seoR documentation built on Jan. 7, 2023, 12:19 a.m.