Skip to contents

Fetch and tidy data

Usage

fetchAndTidy(tbl_name, connection, as.is)

Arguments

tbl_name

Name of data table

connection

Database connection object

as.is

which (if any) columns returned as character should be converted to another type? Allowed values are as for read.table. See ‘Details’.

Value

A tibble of tidy data