*apply()
nchar()
paste()
paste0()
sprintf()
substr()
tolower()
toupper()
grep()
grepl()
regexpr()
gregexpr()
sub()
gsub()
regexec()
strsplit()
ifelse()
repeat
while
for
readr
dplyr
%>%
filter()
arrange()
select()
mutate()
transmute()
summarise()
group_by()
plot()
`r
`
head(mtcars, 5)
N <- nrow(mtcars)
mtcars 데이터셋에 포함된 자동차는 `r N ` 개다.
mtcars
\(\rightarrow\)
mtcars 데이터셋에 포함된 자동차는 32 개다.