1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Generated by roxygen2: do not edit by hand
export(anchored)
export(cell_cols)
export(cell_limits)
export(cell_rows)
export(excel_format)
export(excel_sheets)
export(format_from_ext)
export(format_from_signature)
export(read_excel)
export(read_xls)
export(read_xlsx)
export(readxl_example)
export(readxl_progress)
importFrom(cellranger,anchored)
importFrom(cellranger,cell_cols)
importFrom(cellranger,cell_limits)
importFrom(cellranger,cell_rows)
useDynLib(readxl, .registration = TRUE)
|