Skip to content

Commit

Permalink
format argument alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Oct 2, 2024
1 parent 2bda438 commit b868a1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/get_comland_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ get_comland_data <- function(channel,

#Disaggregate skates and hakes
if(disagSkatesHakes) comland <- disaggregate_skates_hakes(comland,
channel,
filterByYear, filterByArea)
channel,
filterByYear,
filterByArea)

#Aggregate areas
if(aggArea) comland <- aggregate_area(comland,
Expand Down

0 comments on commit b868a1e

Please sign in to comment.