#读剪贴板数据 data <- read.table(‘clipboard‘,header = F,sep = ‘,‘) basicStats(data)
R--读取数据
原文:https://www.cnblogs.com/super-yb/p/12733362.html