View source: R/external_resources_input.R
getURL | R Documentation |
getURL
getURL( URL, N.TRIES = 2L, read_method = c("delim", "lines", "html"), skip = 0, delim = "\t", col_names = TRUE )
URL |
Indicated the url that will be read |
N.TRIES |
Integer, how often should the function try to read the URL? |
read_method |
Method to be used for reading of URL content
("delim" -> |
skip |
integer indicating how many lines to skip when reading URL |
delim |
pattern used for delim
(passed to |
col_names |
list of colnames to use |
returns a the content of the URL. The format of the return object depends on the read_method that was used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.