setup: Setup Rescuetime by adding the RESCUETIME_KEY environmental...

Description Usage Arguments Value Examples

View source: R/setup.R

Description

Setup Rescuetime by adding the RESCUETIME_KEY environmental variable

Usage

1
setup(key = "[Your Key]", .Renviron_path = ".Renviron")

Arguments

key

(character) Your key. See API Key Management

(character)

.Renviron_path Path to the .Renviron file to modify. Defaults to current directory. If one does not exist it will be created.

Value

Messages or warnings as is suitable

Examples

1
2
3
4
5
setup(
"fake_key",
# to set a user level environmental variable (otherwise the default working_directory is used)
.Renviron_path = "~/.Renviron"
)

yogat3ch/Rescuetime documentation built on Jan. 15, 2022, 9:06 a.m.