vascr_full_implode: Implode multiple columns from a data frame into a single...

View source: R/Naming_functions.R

vascr_full_implodeR Documentation

Implode multiple columns from a data frame into a single title

Description

Implode multiple columns from a data frame into a single title

Usage

vascr_full_implode(data.df, cols_to_implode = NULL, remove_blank = TRUE)

Arguments

data.df

The dataset to implode

cols_to_implode

The columns to implode

remove_blank

Should blank ID's be removed

Value

A data frame

Examples

vascr_full_implode(growth.df %>% vascr_subset(unit = "Rb"))
vascr_full_implode(growth.df %>% vascr_subset(unit = "Rb"), c("cells", "Experiment"))


JamesHucklesby/vascr documentation built on April 30, 2024, 8:33 a.m.