Skip to contents

Extract the right-most count characters.

Arguments

string

VARCHAR

count

BIGINT

Examples

if (FALSE) { # \dontrun{
right('Hello🦆', 3)
} # }