-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.4 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated by roxygen2: do not edit by hand
export(as_data_validation_value)
export(as_sheet_list)
export(as_sheet_names)
export(as_wb)
export(common_dxfs_styles)
export(csv_to_wb)
export(csv_to_xlsx)
export(fmt_lgl_cols)
export(fmt_marquee_txt)
export(map_wb)
export(prep_wb_data)
export(read_xlsx_ext)
export(set_excel_fmt_class)
export(set_sheet_list_names)
export(vec_fmt_lgl)
export(wb_add_data_ext)
export(wb_add_marquee_text)
export(wb_add_styles)
export(wb_cols_to_dims)
export(wb_cols_to_index)
export(wb_new_workbook)
export(wb_save_ext)
export(wb_set_col_widths_ext)
export(wb_set_properties_ext)
export(wb_sheets_cols_to_dims)
export(wb_sheets_fmt)
export(wb_split)
export(wb_to_df_list)
export(write_xlsx_ext)
export(xlsx_to_csv)
import(rlang)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(fs,file_exists)
importFrom(fs,file_temp)
importFrom(fs,path_ext_set)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecated)
importFrom(openxlsx2,create_dxfs_style)
importFrom(openxlsx2,current_sheet)
importFrom(openxlsx2,wb_add_data)
importFrom(openxlsx2,wb_add_numfmt)
importFrom(openxlsx2,wb_add_style)
importFrom(openxlsx2,wb_color)
importFrom(openxlsx2,wb_data)
importFrom(openxlsx2,wb_set_col_widths)
importFrom(openxlsx2,wb_to_df)
importFrom(openxlsx2,write_xlsx)
importFrom(purrr,list_cbind)
importFrom(purrr,map_chr)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(vctrs,vec_recycle)