dep_update_dropbox: Update a dependency saved in Dropbox (if it's older)

Description Usage Arguments Value

View source: R/dep_update_fns.R

Description

Update a dependency saved in Dropbox (if it's older)

Usage

1
2
3
4
5
dep_update_dropbox(
  local_filepaths = readRDS(file.path("data", paste0("deps_", pkgload::pkg_name(),
    ".rds"))),
  remote_dir = NULL
)

Arguments

local_filepaths

(chr) of the filepath(s)

remote_dir

(chr) directory on the remote server where local_filepath is saved. The location will be transformed as follows: file.path(dest_remote_dir, basename(dep_filepath)

Value

dep_filepath contents


yogat3ch/maleta documentation built on Feb. 9, 2022, 12:55 a.m.