R/write2_desc.R

#' @title
#' Data Writing Functions
#'
#' @description
#' These functions allow for data to be written to different formats. Currently,
#' supported formats are "csv" and "sqlite".  
#' 
#' @return 
#' No return value, writes data to either a "csv" or "sqlite" file. 
#'
#' @details
#' These functions allow for data to be written to different formats.
#'
#' @author
#' Tracey S. Frescino
#'
#' @keywords
#' internal
#' @name write2_desc
NULL

Try the FIESTAutils package in your browser

Any scripts or data that you put into this service are public.

FIESTAutils documentation built on May 29, 2024, 4:06 a.m.