# Cargar archivos ```r library(readxl) N_DATASET <- read_excel("FILE.xlsx") View(N_DATASET) ```