query_link_enpoint: query_link_enpoint

View source: R/utils.R View source: R/query_link_endpoint.R

query_link_enpointR Documentation

Description

A wrapper for CrowdTangle API Links Endpoint. Returns a dataframe of posts matching the given URL

A wrapper for CrowdTangle API Links Endpoint. Returns a dataframe of posts matching the given URL

Usage

query_link_enpoint(query.string, sleep_time = 10)

query_link_enpoint(query.string, sleep_time = 10)

Arguments

query.string

a well formed query string for the link endpoint

sleep_time

Details

to start using the library you need to set the CrowdTangle API key. Open the environment variable file with file.edit("~/.Renviron"), write CROWDTANGLE_API_KEY = <YOUR_API_KEY>, save the file and restart your current R session to start using the CrowdTangle API

to start using the library you need to set the CrowdTangle API key. Open the environment variable file with file.edit("~/.Renviron"), write CROWDTANGLE_API_KEY = <YOUR_API_KEY>, save the file and restart your current R session to start using the CrowdTangle API

Value

a data.frame of posts matching the given URL

a data.frame of posts matching the given URL


fabiogiglietto/CooRnet documentation built on Aug. 15, 2024, 7:16 p.m.