dropbox_autostart: Enable or Disable the autostartup feature

Description Usage Arguments Details Examples

View source: R/dropbox.R

Description

Tries to enable autostartup when a user is detected as logged in.

Usage

1
dropbox_autostart(autostart = T)

Arguments

autostart

A boolean indicating TRUE (enabled) or FALSE (disabled) autostart of the dropbox daemon.

Details

This is feature is required for the Dropbox CLI package to work as R will otherwise close connections quickly.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Enable Autostart
dropbox_autostart(T)

# Disable Autostart
dropbox_autostart(F)

## End(Not run)

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