View source: R/write_Citavi_xlsx.R
write_Citavi_xlsx | R Documentation |
Export Excel file (to be imported via Citavi macros)
write_Citavi_xlsx(CitDat, read_path = NULL, write_path = NULL, ...)
CitDat |
A tibble. |
read_path |
The path/xlsx file name that was used for |
write_path |
path/xlsx file name |
... |
Other arguments passed to the |
## Not run: your_read_path <- "data/yourCitaviExport.xlsx" read_Citavi_xlsx(path = your_path) %>% find_obvious_duplicates() %>% write_Citavi_xlsx(read_path = your_read_path) read_Citavi_xlsx(path = your_path) %>% find_obvious_duplicates() %>% write_Citavi_xlsx(write_path = "output/yourNewFile.xlsx") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.