Learn R Programming

healthyR (version 0.1.4)

sql_left: Use SQL LEFT type function

Description

Perform a sql LEFT() type function on a piece of text

Usage

sql_left(text, num_char)

Arguments

text

A piece of text/string to be manipulated

num_char

How many characters do you want to grab

Details

  • You must supply data that you want to manipulate.

Examples

Run this code
# NOT RUN {
sql_left("text", 3)

# }

Run the code above in your browser using DataLab