*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()
Sketch 알고리즘으로 무엇을 할 수 있을까? 지금까지 배운 여러 구문을 이용해 간단한 알고리즘을 구현해 보기
Sketch