Skip to content

Misspelled column name in cost table of eunomia gibleed dataset #53

Description

@ablack3

This is using the current release of Eunomia (GiBleed dataset).

REVEUE_CODE_SOURCE_VALUE should be REVENUE_CODE_SOURCE_VALUE

library(DatabaseConnector)

con <- connect(Eunomia::getEunomiaConnectionDetails())
#> Connecting using SQLite driver

querySql(con, "select REVEUE_CODE_SOURCE_VALUE from cost limit 3")
#> [1] REVEUE_CODE_SOURCE_VALUE
#> <0 rows> (or 0-length row.names)

disconnect(con)

Created on 2023-07-11 with reprex v2.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions