Description Usage Arguments Details Examples
View source: R/upload_to_master.R
Download a masterlist from SharePoint
1 | get_master(file, user, masterlist_dir = "01_masterlists")
|
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. |
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.
1 2 3 4 | ## Not run:
get_master("rna-master", "aragaki-kai")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.