Learn R Programming

healthyR (version 0.2.0)

sql_right: Use SQL RIGHT type functions

Description

Perform an SQL RIGHT type function

Usage

sql_right(.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

sql_right("this is some more text", 3)

Run the code above in your browser using DataLab