Skip to content

Example in readme relies on DatabaseConnector but doesn't load it (no longer in 'imports') #64

Description

@rbcavanaugh

Super minor - but for any newbies like my trying to work my way through a new package: The following example in the readme won't run as-is because connect() is a DatabaseConnector function (as far as I can tell) but the example doesn't load it since it is no longer a dependency (#49).

library(Eunomia)
connectionDetails <- getEunomiaConnectionDetails()
connection <- connect(connectionDetails)
> Error in connect(connectionDetails) : could not find function "connect"

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