R/calpuff_create_varying_line_sources.R

#' Create CALPUFF input file with line sources that vary in location and time
#' @description Create CALPUFF input file with line sources that vary in location and time.
#' @param CSV_input a path to a CSV file containing hourly line source data.
#' @param df_input a data frame containing hourly line source data.
#' @param src_name the name of the source emitting the species.
#' @param species_name the name of the species undergoing emissions.
#' @export calpuff_create_varying_line_sources

calpuff_create_varying_line_sources <- function(CSV_input = NULL,
                                                df_input = NULL,
                                                src_name,
                                                species_name){
  
}
rich-iannone/PuffR documentation built on May 27, 2019, 7:46 a.m.