R/get_names.R

Defines functions get_names

Documented in get_names

#' Gets the names of a dplyr postgres table.
#'
#' @param pt postgres.  The postgres table.
#' @export
get_names <- function(pt) pt %>% head %>% names
peterhurford/surveytools2 documentation built on Feb. 18, 2021, 9:13 p.m.