R/get_token.R

Defines functions get_token

Documented in get_token

#' get_token
#'
get_token <- function() {
  readLines(file.path("~", ".fair", "registry", "token"))
}

Try the rDataPipeline package in your browser

Any scripts or data that you put into this service are public.

rDataPipeline documentation built on Nov. 18, 2021, 1:14 a.m.