pasteURL | R Documentation |
Concatenate strings to form a URL
pasteURL(..., protocol = c("none", "https", "http", "ftp", "rsync", "s3"))
... |
one or more R objects, to be converted to character vectors. |
protocol |
|
character
.
URL path, containing forward slashes (/
).
Updated 2021-01-21.
## HTTPS x <- pasteURL( "steinbaugh.com", "basejump", "reference", protocol = "https" ) print(x) ## FTP x <- pasteURL( "ftp.ensembl.org", "pub", "release-94", "gtf", "homo_sapiens", "Homo_sapiens.GRCh38.94.gtf.gz", protocol = "ftp" ) print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.