Skip to contents

This creates a connection between R and the pops server for querying. This assumes that you have a pops.password and pops.username available in your .Renviron file.

Usage

connect_to_pops(dbname, env = parent.frame())

Arguments

dbname

The database to query against.

env

The environment in which the pops credentials are stored (ONLY FOR AZURE PIPELINES)

Author

Jeffrey Dumont

Examples


if (FALSE) { # \dontrun{
con = connect_to_pops(dbname)
} # }