load_data_table_from_web: Read in a data table from a CSV data file at a URL on the web

View source: R/utils-load-data-table-from-web.R

load_data_table_from_webR Documentation

Read in a data table from a CSV data file at a URL on the web

Description

Read in a data table from a CSV data file at a URL on the web

Usage

load_data_table_from_web(url)

Arguments

url

The full URL of the data file including the name of the file and the .csv extension

Value

The data table as a tibble::tibble or NULL if there was a problem with the URL or loading from it


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.