extract_property: Extract cell with special text from vector

Description Usage Arguments Details Value Examples

Description

Extract cell with special text from vector

Usage

1
extract_property(first_col, property_text = "Interval: ")

Arguments

first_col

character vector

property_text

character

Details

Extract cell with special text from vector

Value

extracted value

Examples

1
2
first_col <- c("Sex: male", "Interval: A", "Group: B")
extract_property(first_col, "Group: ")

bdemeshev/inflation.project documentation built on May 15, 2019, 4 a.m.