download_subfolder: Download the results to the results folder of the project

Description Usage Arguments Value Author(s)

View source: R/remote_functions.R

Description

Download the results to the results folder of the project

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
download_subfolder(
  subfolder = "results",
  function_name = NA,
  project_name = NA,
  projects_folder_name = jap::default_projects_folder(),
  account = jap::your_account(),
  cluster_folder = jap::default_cluster_folder(),
  home_dir = jap::default_home_dir(),
  delete_on_cluster = FALSE,
  drive = jap::default_drive_choice(),
  session = NA
)

Arguments

subfolder

a subfolder of the project folder

function_name

the name of the function

project_name

the name of the project

projects_folder_name

the name you want to give to the folder containing all your projects

account

a peregrine account

cluster_folder

main folder on the cluster. It can be either 'home' or 'data'

home_dir

path to the home directory. On windows usually is a disk like C or D. On mac is always ~.

delete_on_cluster

do you want to delete the files from the cluster after the download?

drive

do you want to use google drive to store the data of your prokects? It can be either TRUE or FALSE

session

a ssh session

Value

nothing

Author(s)

Giovanni Laudanno


Giappo/jappe documentation built on Aug. 30, 2020, 2:41 p.m.