Skip to content

Commit

Permalink
remove value_at, move code into dev-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 4, 2024
1 parent ed4221d commit e86b6e2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 46 deletions.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export(to_numeric)
export(unnormalize)
export(unstandardise)
export(unstandardize)
export(value_at)
export(visualisation_recipe)
export(weighted_mad)
export(weighted_mean)
Expand Down
2 changes: 0 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ NEW FUNCTIONS

* `data_summary()`, to compute summary statistics of (grouped) data frames.

* `value_at()`, to extract values at a specific position in a vector or factor.

CHANGES

* `data_modify()` gets three new arguments, `.at`, `.if` and `.modify`, to modify
Expand Down
1 change: 0 additions & 1 deletion _pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ reference:
- row_means
- weighted_mean
- mean_sd
- value_at

- title: Convert and Replace Data
desc: |
Expand Down
42 changes: 0 additions & 42 deletions man/value_at.Rd

This file was deleted.

0 comments on commit e86b6e2

Please sign in to comment.