qa_mirror | R Documentation |
Get or set the Quantarctica download mirror site to use
qa_mirror(mirror)
mirror |
string: the URL of the mirror to use |
If called with no arguments, the current mirror URL will be returned as a string. If called with a mirror
argument, the mirror will be set to that and then the mirror URL returned.
qa_mirrors
## current mirror
qa_mirror()
## all available mirrors
qa_mirrors()
## set to first mirror in that list
qa_mirror(qa_mirrors()$url[1])
## or equivalently
qa_mirror(qa_mirrors()[1, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.