setwd_remote: Set the working directory to a Github repository URL address

Description Usage Arguments

View source: R/setwd_remote.R

Description

Appends to read and source calls URL path.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
setwd_remote(
  r.script.raw,
  repo,
  branch = "master",
  subdir,
  vcs = "github",
  vcsdir,
  vcsenv,
  tokens_base = c("source", "read"),
  tokens_add = NULL
)

Arguments

r.script.raw

character, script to append remote path.

repo

character, path to append

tokens_base

character, vector of base R functions names that will be have a path appended to them.

tokens_add

character, vector of functions names that will be have a path appended to them.


yonicd/vcs documentation built on July 20, 2020, 8:43 a.m.