Low-level interface for reading excel workbooks
1 2 3 4 5 6 7 8 9 10 | read_excel(
path,
sheet = NULL,
rows = NULL,
columns = NULL,
na = "",
trim_ws = TRUE,
progress = readxl_progress(),
.name_repair = "unique"
)
|
.name_repair |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.