hello and thank you for answering:
I get:
DFST1
#> Error in eval(expr, envir, enclos): object 'DFST1' not found
Created on 2021-05-13 by the reprex package (v2.0.0)
and this is the code:
library(readxl)
DFST1 <- read_excel("~/Documents/Dokument – Pontuss iMac/Projektarbete/XLSX/DFST1.xlsx",
range = "B2:AJ101", na = "NA")
View(DFST1)
reprex(DFST1)
DFST1 is the name of the excel
greetings