R/authoriz.R

Defines functions authoriz

Documented in authoriz

#' get permission of googlesheets
#' @importFrom googlesheets gs_ls
#' @export
#'


authoriz <- function()
{
  gs_ls()
}
phdornever/Bjj documentation built on Aug. 29, 2019, 12:40 p.m.