save_csv: Saves the passed tibble to a csv file

View source: R/save_results.R

save_csvR Documentation

Saves the passed tibble to a csv file

Description

save_csv() saves the passed tibble of data to a csv file, prompting the user for a file name, as well as the file path to a chosen save location along the way.

Usage

save_csv(result_name, tibble_save)

Arguments

result_name

a description of the type of data being saved (i.e. the processed timber).

tibble_save

the tibble of data to be saved.

Value

a csv file, saved to a location of the user's choice.


iAM-AMR/sawmill documentation built on June 30, 2024, 2:25 a.m.