dbplyr 2.4.0
. get_aees
family of functions to get Annual Employee Experience Survey tableswarehouse_meta_data
documentationdata(warhouse_meta_data, envir=environemnt())
to ensure a Linux compatibility with looking up warehouse metadata.get_table
doesn't connect to the warehouse MetaData
. It uses a build in dataframe that is refreshed when the package is loaded. collector
now takes multiple columns to split up a data set to pass to purrr
. collector
's vignette on using dplyr::compute
to reduce SQL Server time on unevaluated dplyr
pipelines. view_warehouse_meta_data()
, which opens the RStudio IDE's viewer for exploring what's in the data warehouse.collector
collector
and minor updates to get_tables
vignette. ideadata
with library(ideadata
) the package creates a data warehouse meta data table that users can use to look for data locations and which ideadata
uses for looking up table locations. This process ensures that at library attach the user and the package has the most up-to-date data about the warehouse. This is a major release where this package is substantially feature complete.
get_table()
function which is a workhorse that can pull arbitrary tables in the warehouse with
simply the table name. In the case of more than 1 table with the same name, the function fails informatively and provides example code to get the table the user really needs. added vignettes for collector()
, get_tables()
Changed connections strings from using IP addresses to FQDNs in the server
argument.
calc_elapsed_weeks()
functionget_*
functions added disconnect()
function to close conenctions in scripts and from the console.
Created pkgdown
site for hosting documentation on github.
NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.