Learn R Programming

boxr (version 0.3.3)

box_setwd: Get/Set Default box.com directory/folder

Description

Providing analgous functionality for the jbase R functions getwd and setwd, these functions set and retrieve a default box.com dir_id, stored in boxr_options.

Usage

box_setwd(dir_id)
box_getwd()

Arguments

dir_id
The id of the folder you'd like to set as your default

Value

box_getwd returns the id of the default folder. box_setwd does nothing and is ussed for its side-effects.

See Also

box_ls to examine the contents of a remote directory, and box_fetch/box_push for synchorizing them.