Skip to contents

Based only on cached data-

Usage

rb_get_relative_path(
  dribble_id,
  project = NULL,
  max_level = 100,
  base_folder = "rbackupr"
)

Arguments

dribble_id

The dribble identifier of a folder on Google Drive.

project

Defaults to NULL. Can be set once per session with `rb_get_project_name()`. If given, must be a character vector of length one: name of the project.

max_level

Defaults to 100. Maximum level of sub-folders to backup. Default means it will go 100 times deep into sub-folders. Used also to prevent infinite loops.

base_folder

Name of base folder, defaults to `rbackupr`