Skip to content

Commit

Permalink
added export to process_model_data
Browse files Browse the repository at this point in the history
  • Loading branch information
William Augustine McLean authored and William Augustine McLean committed Oct 11, 2024
1 parent 5800a58 commit 562e58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export(CleanWells)
export(Correlation)
export(SiteData)
export(model_clean)
export(process_model_data)
importFrom(RColorBrewer,brewer.pal)
importFrom(arrow,read_parquet)
importFrom(aws.s3,get_bucket_df)
Expand Down
2 changes: 1 addition & 1 deletion R/process_model_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' \item **Calculate Seasonal Error**: Computes average seasonal error and percentage error.
#' \item **Join and Split**: Joins the error data with `NewDivides`, and splits the data into seasonal dataframes.
#' }
#'
#'@export



Expand Down

0 comments on commit 562e58b

Please sign in to comment.