Skip to content

bikedata misses numerous csv files from London #92

Description

@Robinlovelace

As detected by @rogerbeecham. A 2 line fix I came up with is this:

csvnames2 = str_replace_all(csvnames, "\\.+(?!csv?)|_|\\s", replacement = "")
file.rename(csvnames, csvnames2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmust doCrticially important

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions