Skip to contents

Pastes a to front of string

Usage

paste_a(text)

Arguments

text

a string

Value

a character string

Examples

paste_a("some_string")
#> [1] "a_some_string"