sal_describe_dataset: Describe a dataset's variables.

Description Usage Arguments Value Methods (by class) Author(s) Examples

View source: R/sal_describe_dataset.R

Description

Describe a dataset's variables.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
sal_describe_dataset(x)

## S3 method for class 'tbl_df'
sal_describe_dataset(x)

## S3 method for class 'character'
sal_describe_dataset(x)

## S3 method for class 'metadata'
sal_describe_dataset(x)

Arguments

x

A character describing a dataset_id, a tibble as obtained by sal_get_dataset() or a metadata object as obtained by sal_get_metadata().

Value

tibble::tibble with columns:

name

names of variables

label

(hopefully) helpful clarification of variables' names

type

original data type of variables

Methods (by class)

Author(s)

Brendan Knapp brendan.g.knapp@gmail.com

Examples

1
2
3
4
5

knapply/salinasr documentation built on May 27, 2019, 2:09 p.m.