R/dropbox_exists.R

Defines functions dropbox_exists

Documented in dropbox_exists

#' Does this computer have a local copy of 2dii's dropbox folder?
#'
#' @family miscellaneous utility functions
#'
#' @return Logical.
#'
#' @export
#' @examples
#' dropbox_exists()
dropbox_exists <- function() {
  fs::dir_exists(path_dropbox_2dii())
}
2DegreesInvesting/r2dii.utils documentation built on March 31, 2022, 11:20 p.m.