View source: R/utils.R View source: R/query_link_endpoint.R
query_link_enpoint | R Documentation |
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
query_link_enpoint(query.string, sleep_time = 10)
query_link_enpoint(query.string, sleep_time = 10)
query.string |
a well formed query string for the link endpoint |
sleep_time |
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
a data.frame of posts matching the given URL
a data.frame of posts matching the given URL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.