Learn R Programming

tidytransit (version 1.7.0)

na_to_empty_strings: Convert NA values to empty strings ("")

Description

Convert NA values to empty strings ("")

Usage

na_to_empty_strings(gtfs_obj)

Value

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

Arguments

gtfs_obj

gtfs feed (tidygtfs object)

See Also

empty_strings_to_na()