export_capl_data {capl} | R Documentation |
Export CAPL-2 data to an Excel workbook.
Description
This function exports CAPL-2 data to an Excel workbook on a local computer.
Usage
export_capl_data(x = NULL, file_path = NA)
Arguments
x |
A data frame. |
file_path |
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 |
Details
Other capl
functions called by this function include: validate_character()
.
Value
No return value.
[Package capl version 1.42 Index]