describe_adam: Describe an ADaM data set

Description Usage Arguments Value

View source: R/describe.r

Description

An ADaM-formatted .sas7bdat file includes a minimal amount of information about each of the variables, which are stored as attributes. This fuction "describes" these data sets and includes the variable names, descriptions, types, and other summary information.

Usage

1
describe_adam(x, data_name = NULL)

Arguments

x

the ADaM-formatted data.frame.

data_name

the name of the data set to describe. If not null, then a column, data_name is added and the value is repeated. Otherwise, a new column is not added. Default NULL.

Value

A tibble with description information.


presagia-analytics/ADaM documentation built on Nov. 5, 2019, 1:13 a.m.