Skip to contents

Add folder to cache

Usage

rb_add_folder_to_cache(
  dribble,
  parent_id,
  relative_path,
  project = NULL,
  cache = TRUE
)

Arguments

dribble

A dribble.

parent_id

Identifier of the parent folder.

relative_path

Path relative to base folder.

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.