export_to_excel: Export instruments to excel workbook

View source: R/export_to_excel.R

export_to_excelR Documentation

Export instruments to excel workbook

Description

Export a list of instruments (the output of split_instruments or query_instruments) to an excel workbook. Each instrument is saved in a separate sheet.

Usage

export_to_excel(instrument_db, filepath)

Arguments

instrument_db

List of instruments

filepath

Filepath for a new .xlsx file. Must be .xlsx.

Details

Be VERY CAREFUL with dates in Excel.

This function requires the xlsx package to be installed.

Value

Returns nothing, saves an excel workbook


tsostarics/anrlab documentation built on Nov. 6, 2022, 3:54 a.m.