Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/convert_output.R
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ convert_output <- function(
)
colnames(df5) <- tolower(names(df5))
}

if ("seas" %in% colnames(df5)) df5 <- dplyr::rename(df5, season = seas)

if ("subseas" %in% colnames(df5)) df5 <- dplyr::rename(df5, subseason = subseas)
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ SS3_extract_df <- function(dat, label) {

# Find the first blank row that appears after the start_row
end_row <- next_blank_rows[which(next_blank_rows > start_row)[1]]

# Add check to determine if after next blank row contains a new report
# if not --> then use reference to next report as value
# Find all report: rows
Expand Down