R 컬럼명 변경

Jmnote bot (토론 | 기여)님의 2021년 9월 24일 (금) 01:14 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))

1 개요

R 컬럼명 변경
R 데이터프레임 컬럼명 변경
df <- iris
df
names(df)[1] <- "day"
names(df)[2] <- "fruit"
names(df)[3] <- "ea"
df

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}