Learn R Programming

dateutils (version 0.1.5)

extract_character: Extract character values

Description

Extract character values from x including space and underscore

Usage

extract_character(x)

Arguments

x

object containing character values

Value

Character valus from the object

Examples

Run this code
# NOT RUN {
extract_character(c("this_1one", "abc123")) ## c("this_one", "abc")
# }

Run the code above in your browser using DataLab