nest_subset-methods: Nest according to selected-column-wise information

Description Usage Arguments Details Value Examples

Description

nest_subset() takes as imput a 'tbl' and returns a nested 'tbl' according to only selected-column-related columns

Usage

1
2
3
4
5
6
7
nest_subset(.data, ..., .names_sep = NULL)

## S4 method for signature 'spec_tbl_df'
nest_subset(.data, ..., .names_sep = NULL)

## S4 method for signature 'tbl_df'
nest_subset(.data, ..., .names_sep = NULL)

Arguments

.data

A 'tbl'

...

The name of the columns of interest

.names_sep

Deprecated by tidyr

Details

\lifecycle

maturing

This function extracts only selected-column-related information for downstream analysis (e.g., visualisation). It is disruptive in the sense that it cannot be passed anymore to nanny function.

Value

A 'tbl' object

A 'tbl' object

A 'tbl' object

Examples

1

nanny documentation built on July 1, 2020, 10:20 p.m.