Skip to content

Commit

Permalink
fix long examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed May 8, 2020
1 parent 3f1c0c6 commit aa26198
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/ms_update_observations.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@
#' # make a studio for the model
#' ms <- modelStudio(explainer_titanic)
#'
#' \donttest{
#'
#' # add new observations
#' ms <- ms_update_observations(ms,
#' explainer_titanic,
#' new_observation = titanic_imputed[100:101,],
#' new_observation_y = titanic_imputed$survived[100:101])
#' ms
#'
#' \donttest{
#'
#'
#' # overwrite the observations with new ones
#' ms <- ms_update_observations(ms,
Expand Down
6 changes: 6 additions & 0 deletions man/ms_update_observations.Rd

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

0 comments on commit aa26198

Please sign in to comment.