filter_feedlist: Filter a feedlist to include only valid urls (ending in .zip...

View source: R/get-gtfs-feeds.R

filter_feedlistR Documentation

Filter a feedlist to include only valid urls (ending in .zip and connect)

Description

Filter a feedlist to include only valid urls (ending in .zip and connect)

Usage

filter_feedlist(feedlist_df, test_url = FALSE)

Arguments

feedlist_df

A dataframe of feed metadata such as output from get_feedlist

test_url

Boolean. Whether to test if the url connects or not. FALSE by default (can take a while).

Value

A dataframe of feed metadata for all feeds in input that are downloadable


ropenscilabs/gtfsr documentation built on June 11, 2022, 9:45 p.m.