data person.
software engineer @posit-dev
Pinned Loading
-
-
-
-
convert legacy xls files to xlsx files
convert legacy xls files to xlsx files 1library(purrr)
23xls_to_xlsx <- function(file) {
4if (fs::path_ext(file) != "xls") {
5stop("file must have extension xls")
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.