Skip to content

Commit

Permalink
docs: document parameters 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
loreabad6 committed Sep 10, 2024
1 parent 0b32814 commit ab9e027
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions R/classes.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ remove_post_array = function(x) {
}
#' @rdname classes
#' @param x An object that inherits stars class.
#' @param x_orig An object that inherits post_array class
#' @export
restore_post_array = function(x, x_orig) {
# Extract sf_column name, default to first sfc attribute in stars object
Expand Down
2 changes: 1 addition & 1 deletion R/cubble.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spatial.post_table = function(data) {
#' @name cubble-fill
#' @importFrom sf st_as_sf
#' @importFrom tsibble fill_gaps
#' @param data a post_table object
#' @param .data a post_table object
#' @return a post_table object
#' @export
fill_gaps.post_table = function(.data) {
Expand Down
2 changes: 2 additions & 0 deletions man/classes.Rd

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

2 changes: 1 addition & 1 deletion man/cubble-fill.Rd

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

0 comments on commit ab9e027

Please sign in to comment.