synch_remote: Retrieve current files in remote storage to local directory

Description Usage Arguments Value Author(s) See Also

Description

FUNCTION_DESCRIPTION

Usage

1
2
synch_remote(file = "README.md", action = "pull", repo = NULL,
  local_storage = ".rcache", remote_storage = ".rcache", ...)

Arguments

file

character, vector of files to retrieve from the repository, Default: 'README.md'

action

character, push, pull or c('push','pull'), Default: 'pull'

repo

character, user/repository

local_storage

character, subdirectory where digests are saved locally, Default: '.rcache'

remote_storage

character, subdirectory where digests are saved remotely, Default: '.rcache'

...

parameters to pass to ls_remote

Value

nothing

Author(s)

Jonathan Sidi

See Also

ls_remote


yonicd/gdigest documentation built on May 18, 2019, 11:16 a.m.