R/setup.R

Defines functions setup_dropbox

setup_dropbox <- function(key, secret) {
  UU::creds_to_renviron(DROPBOX_KEY = key, DROPBOX_SECRET = secret)
}
yogat3ch/maleta documentation built on Feb. 9, 2022, 12:55 a.m.