2017-12-20 24 views

答えて

0
library(tidyverse) 

options(repr.matrix.max.cols=100) # <== the important bit 

bind_cols(bind_cols(mtcars, mtcars), mtcars) 

enter image description here

関連する問題