R 행수, 컬럼수 확인

Jmnote (토론 | 기여)님의 2021년 10월 3일 (일) 02:28 판 (새 문서: ==개요== ;R 행수, 컬럼수 확인 <syntaxhighlight lang='r' notebook> df <- iris str(df) </syntaxhighlight> ==같이 보기== * R str() * R 행수 확인 * R 컬럼...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

R 행수, 컬럼수 확인
df <- iris
str(df)

2 같이 보기

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