find_links | R Documentation |
Scrape a web page for links.
find_links(urls, pattern = NULL, as_datatable = TRUE, workers = 1)
urls |
List of URLs to search for links on. |
pattern |
Regex pattern to search for files with. |
as_datatable |
Return the results as a data.table
(default: |
workers |
Number of threads of parallelize across. |
A data.table or named list.
links <- find_links(
urls="http://renlab.sdsc.edu/kai/Key_Processed_Data/ABC_scores/",
pattern="\\.tsv\\.gz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.