5.7 R 객체 함수

5.7.1 객체 클라스와 타입 조사

typeof() str() class(x) unclass(x) attr(x,which) attributes(obj)

5.7.2 데이터 차원 조사

dim nrow ncol

5.7.3 객체정보 함수

length(x) dimnames(x)

is.na(x), is.null(x), is.array(x), is.data.frame(x), is.numeric(x), is.complex(x), is.character(x),

5.7.4 객체변환 함수

as.array(x), as.data.frame(x), as.numeric(x), as.logical(x), as.complex(x), as.character(x),