Learn R Programming

SciencesPo (version 1.3.5)

quotize: Add quotation marks

Description

Add quotation marks

Usage

quotize(vec)

Arguments

vec
the vector whose values will be surounded by quotes

encoding

UTF-8

Examples

Run this code
x <- 1
quotize(x)
noquote(quotize(x))
a <- ("Daniel")
noquote(quotize(a))

Run the code above in your browser using DataLab