add_remote: Coverage management functions

Description Usage Arguments Value

View source: R/management.R

Description

Add a new remote to the local remotes list.

Usage

1
add_remote(name, location, bucket = NULL, overwrite = FALSE, ...)

Arguments

name

A character text with the remote name.

location

A character text with a file path or url to a YAML manifest list file.

bucket

An optional character text with bucket AmazonS3 name. Default NULL.

overwrite

A logical value indicating if remote can be overwritten. Default FALSE.

...

Any extra arguments to be passed to aws.s3 package to access the bucket.

Value

TRUE if a remote is added.


rolfsimoes/coverage documentation built on May 24, 2019, 9:48 p.m.