Learn R Programming

tidytransit (version 1.7.0)

empty_strings_to_na: Convert empty strings ("") to NA values in all gtfs tables

Description

Convert empty strings ("") to NA values in all gtfs tables

Usage

empty_strings_to_na(gtfs_obj)

Value

a gtfs_obj where all empty strings in tables have been replaced with NA

Arguments

gtfs_obj

gtfs feed (tidygtfs object)

See Also

na_to_empty_strings()