Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroloprete committed Nov 4, 2024
1 parent 2fb3784 commit 7bc7136
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions R/Recipes.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ get_recipe <- function(
#' @param svy A Survey object
#' @param description A character string with the description of the recipe
#' @param steps A list with the steps of the recipe
#' @param doi A character string with the DOI of the recipe
#' @return A Recipe object
#' @keywords Survey methods
#' @keywords Recipes
Expand Down
3 changes: 1 addition & 2 deletions R/survey.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Survey <- R6Class(
self$workflows[[workflow$name]] <- workflow
},
bake = function() {
bake_recipes(self, self$recipes)
bake_recipes(self)
},
head = function() {
head(self$data)
Expand Down Expand Up @@ -634,7 +634,6 @@ survey_empty <- function(edition = NULL, type = NULL, weight = NULL, engine = NU

#' Bake recipes
#' @param svy Survey object
#' @param recipes List of recipes
#' @keywords Surveymethods
#' @export
#' @return Survey object
Expand Down
4 changes: 1 addition & 3 deletions man/bake_recipes.Rd

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

5 changes: 4 additions & 1 deletion man/load_survey.Rd

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

5 changes: 4 additions & 1 deletion man/steps_to_recipe.Rd

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

0 comments on commit 7bc7136

Please sign in to comment.