R エクセルクリップボード読み込み
#エクセルクリップボード読み込み Dataset <- read.table("clipboard", header=TRUE, sep="\t", na.strings="NA", dec=".", strip.white=TRUE)