Buka XLSX dengan R

my_data <- read.table(file = "clipboard", 
                      sep = "\t", header=TRUE)
Leif Georg