loginDetails: Quick access to your soundcloud app client ID

Description Usage Author(s) Examples

View source: R/loginDetails.R

Description

Redirects the user to http://soundcloud.com/you/apps. User must then supply client ID of a soundcloud application to the Rstudio console. Returns a list with a client ID. Usually, you only need to do this once. This function opens a tab in your webbrowser and navigates to the soundcloud developers page. Log into your account and create a test application (if you don't have any yet). Then, copy the Client ID into the R console. You will need this ID for each function as it is used to make requests to the souncloud API

Usage

1

Author(s)

Jasper Ginn

Examples

1
2
3
4
5
## Not run: 
Visit soundcloud developers, log in and supply client id to Rstudio console
client_id <- loginDetails()

## End(Not run)

JasperHG90/RSoundCloud documentation built on May 7, 2019, 10:33 a.m.