packagedocs (version 0.4.0)

secure_token: Secure personal access token

Description

Function to create or automatically add a secure key (GITHUB_PAT) for travis to be able to publish to the drat repo

Usage

secure_token(add = TRUE, ...)

Arguments

add

boolean to determine if the key should be automatically added. Default is TRUE. This will remove custom formatting as the file will be programatically generated

...

supplied to system

Examples

Run this code
# NOT RUN {
  secure_token(FALSE)
# }

Run the code above in your browser using DataCamp Workspace