export_capl_data: Export CAPL-2 data to an Excel workbook.

View source: R/utilities.R

export_capl_dataR 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 x will be saved as an Excel workbook on the user's computer. The file path is not case-sensitive.

Details

Other capl functions called by this function include: validate_character().

Value

No return value.


barnzilla/capl documentation built on April 2, 2022, 8:50 a.m.