R/vkLoadToken.R

Defines functions vkLoadToken

Documented in vkLoadToken

# for CRAN checker
vkToken <- NULL

vkLoadToken <-
function() {
  load(file = "vkauth")
  return(vkToken)
}

Try the rvkstat package in your browser

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

rvkstat documentation built on Oct. 18, 2021, 5:07 p.m.