dict: Data dictionary.

Usage Arguments

Usage

1
2
dict(x, nastrings = bc::nastrings, run.on.sample = NULL,
  do.droplevels = FALSE, return.lists = FALSE)

Arguments

x

Data frame to summarize.

nastrings

Strings to consider NA. Uses this package's defaults.

run.on.sample

Optionally, sample data to make this run faster. Enter the

\item

do.droplevelsUnused factorlevels can cause problems with this. Choose to re-leveling all factors. This is slower but may resolve errors.

\item

return.listsOutliers and NAs can optionally be returned as lists to easily pull them out from data later. This slows things down though, so is not the default.

Data frame with information for each column. Outliers use 1.5 IQR method. pareto80 is a measure of categorical concentration. It is the minimum Get information about the columns in a dataset.

dict(cars)


superchordate/bc documentation built on June 20, 2019, 4:05 p.m.