subset_by_typeDS: Subset data frame by class

View source: R/subset_typeDS.R

subset_by_typeDSR Documentation

Subset data frame by class

Description

Create a subset of a data frame with the columns that have a shared class

Usage

subset_by_typeDS(table, type)

Arguments

table

data frame Table to be subsetted

type

character Class to which be subsetted. If numeric only the numeric columns will be on the output table

Value

data frame Subsetted table


isglobal-brge/dsML documentation built on March 14, 2023, 1:58 p.m.