powered by
Strip Report MetaData From Excel File
strip_metadata(from, promote = NA, ...)
the file path to the excel report.
logical. Should first non-NA row be promoted to column names? Default tries to make a reasonable determination.
extra parameters to pass to the read_excel function
a data frame containing the tabular data from the report
# NOT RUN { strip_metadata("./man/example/example-report") # specify a particular sheet strip_metadata("my-excel-file.xlsx", sheet = "report summary") # }
Run the code above in your browser using DataLab