This function exports CAPL-2 data to an Excel workbook on a local computer.
export_capl_data(x = NULL, file_path = NA)
A data frame.
A character vector representing the file path to a location on the user's local computer (e.g., "c:/users/user_name/desktop/file.xlsx")
where x
will be saved as an Excel workbook on the user's computer. The file path is not case-sensitive.
No return value.
Other capl
functions called by this function include: validate_character()
.