Skip to contents

Title

Usage

spreadsheet_data(
  file,
  sheet = 1,
  period = 0,
  aggregation = c("None", "Sum", "Average", "First", "Last", "Max", "Min"),
  partialAggregation = FALSE,
  cleanMissings = TRUE,
  fullNames = FALSE
)

Arguments

fullNames

Examples

set_spreadsheet_paths(system.file("examples", package = "rjd3providers"))
xls_all <- spreadsheet_data("Insee.xlsx", 1)