powered by
Function to set you API Key to the R environment when starting using rzeit package. Attention: You should only execute this functions once.
rzeit
set_api_key(api_key, path = stop("Please specify a path."))
character. The personal api code. To request an API key see: http://developer.zeit.de/quickstart/
character. Path where the environment is stored. Default is the normalized path.
None.
# NOT RUN { # this is not an actual api key api_key <- "5t5yno5qqkufxis5q2vzx26vxq2hqej9" set_api_key(api_key, tempdir()) # }
Run the code above in your browser using DataLab