"R 행수, 컬럼수 확인"의 두 판 사이의 차이

(새 문서: ==개요== ;R 행수, 컬럼수 확인 <syntaxhighlight lang='r' notebook> df <- iris str(df) </syntaxhighlight> ==같이 보기== * R str() * R 행수 확인 * R 컬럼...)
 
11번째 줄: 11번째 줄:
* [[R 행수 확인]]
* [[R 행수 확인]]
* [[R 컬럼수 확인]]
* [[R 컬럼수 확인]]
* [[Pandas 행수, 컬럼수 확인]]


[[분류: R 데이터프레임]]
[[분류: R 데이터프레임]]

2021년 10월 3일 (일) 02:29 판

1 개요

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

2 같이 보기

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