50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

SciencesPo (version 1.02.12)

quotize: Places quotation marks

Description

Places 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