apex_upload: APEX Upload

Description Usage Arguments See Also Examples

View source: R/apex.R

Description

APEX Upload

Usage

1
apex_upload(session, files, to = "Documents", verbose = FALSE)

Arguments

session

ssh connection created with apex_connect

files

path to files or directory to transfer

to

existing directory on the destination where files will be copied into

verbose

print progress while copying files

See Also

scp_upload

Examples

1
2
3
4
5
6
7
## Not run: 
# recursively upload files and directories
session <- apex_connect()
files <- c(R.home("doc"), R.home("COPYING"))
apex_upload(session, files, "~/target")

## End(Not run)

Saint-Louis-University/sluhpc documentation built on Oct. 30, 2019, 11:47 p.m.