Skip to content

Commit

Permalink
Fix wrong param
Browse files Browse the repository at this point in the history
This responds to a request by CRAN

W  checking Rd \usage sections ...
   Undocumented arguments in documentation object 'recode_subquad'
     ‘data’
   Documented arguments not in \usage in documentation object 'recode_subquad':
     ‘x’
  • Loading branch information
maurolepore committed Jan 26, 2024
1 parent a90a9d3 commit 05999b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/add_subquad.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ add_subquad <- function(data,

#' Recode subquadrat.
#'
#' @param x A dataframe with the variable `subquadrat`.
#' @param data A dataframe with the variable `subquadrat`.
#' @param offset A number; either -1 or 1, to rest or add one unit to the number
#' of column of each subquadrat.
#'
Expand Down
4 changes: 2 additions & 2 deletions man/recode_subquad.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05999b8

Please sign in to comment.