#' Les innehold av Excel-fil
#'
#' Leser inneholder i en Excel-fil med filtype .xls eller .xlsx ved bruk av
#' \pkg{readxl} package.
#'
#' @param fil Sti og filnavn til Excel-fil
#'
#'
#' @export
les_xl <- function(fil) {
fane_navner <- readxl::excel_sheets(fil)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.