dropbox_command: Issue Dropbox Commands to System

Description Usage Arguments Examples

View source: R/dropbox.R

Description

Enables the use of the system terminal's "dropbox.py" CLI interface.

Usage

1
2
dropbox_command(cmd, dbpy_loc = getOption("dropcli.cmdloc", "~/"),
  intern = TRUE)

Arguments

cmd

A string containing the command and option.

dbpy_loc

A string indicating the location of the "dropbox.py" CLI interface.

intern

A bool that represents whether output should be returned as a character vector or not.

Examples

1
2
3
4
5
## Not run: 
# Start process
dropbox_command("start")

## End(Not run)

coatless/dropcli documentation built on May 13, 2019, 8:46 p.m.