quilt_to_remote: Quilt and rsync result to remote server

Description Usage Arguments Value

View source: R/quilt_to_remote.R

Description

Calls quilt and copies the output to a remote server using rsync. Ssh keys must be set up between the local and remote computers for this to work.

Usage

1
quilt_to_remote(url, user, path, port = 22, just_contents = FALSE, ...)

Arguments

url

(character of length 1) The url of the remote computer.

user

(character of length 1) The user name to use on the remote computer.

path

(character of length 1) The file path on the remote computer where the website will be copied.

port

(integer of length 1) The ssh port for the remote computer.

just_contents

logical of length 1) If TRUE, all the contents of the website directory, instead of the directory itself, are copied to the file path specified by remote

...

all other options are passed to quilt.

Value

(character of length 1) The path to the local copy of the website.


grunwaldlab/quiltr documentation built on May 17, 2019, 8:40 a.m.