get_master: Download a masterlist from SharePoint

Description Usage Arguments Details Examples

View source: R/upload_to_master.R

Description

Download a masterlist from SharePoint

Usage

1
get_master(file, user, masterlist_dir = "01_masterlists")

Arguments

file

Character. The name of the file. Varies depending on user convention.

user

Character. The name of the user. Typically lastname-firstname.

masterlist_dir

Character. The directory in which the masterlists are stored for that user. Varies depending on user convention. Defaults to Kai's masterlist directory name.

Details

This function is highly tailored for personal use, and this has some hard-codings that might not suit your needs. Since this is a personal package, I think this is allowed.

user does not default here because I don't want to supply a user default to put_master - I don't want people accidentally uploading stuff to my masterlists, and I want consistency between like functions.

Examples

1
2
3
4
## Not run: 
get_master("rna-master", "aragaki-kai")

## End(Not run)

KaiAragaki/ragaki documentation built on Dec. 25, 2021, 2:24 a.m.