View source: R/utils-load-data-table-from-web.R
load_data_table_from_web | R Documentation |
Read in a data table from a CSV data file at a URL on the web
load_data_table_from_web(url)
url |
The full URL of the data file including the name of the file and the .csv extension |
The data table as a tibble::tibble or NULL
if there was a
problem with the URL or loading from it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.