R/utils.R
read_csv.Rd
reads a csv from a url with a csv
read_csv(file_url)
A URL to a CSV file.
A data frame with the first few rows of the CSV file.