Learn R Programming

plusser (version 0.4-0)

setAPIkey: Sets an API key for the Google+ API

Description

This function sets an API key that is then stored invisibly for plusser to use when accessing the Google+ API. A warning is issued if URL escaping the api key alters it, as Google should provide you with a HTML-safe API key in the first place.

Usage

setAPIkey(apikey)

Arguments

apikey
The API key as a character string.

Value

Returns TRUE if the key was stored successfully.

Examples

Run this code
setAPIkey("thisIsInvalid")

Run the code above in your browser using DataLab