Skip to content

Commit

Permalink
reknit README
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 11, 2024
1 parent 3275b6b commit 1527036
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,20 +505,7 @@ To rescale a numeric variable to a new range:
``` r
change_scale(c(0, 1, 5, -5, -2))
#> [1] 50 60 100 0 30
#> attr(,"min_value")
#> [1] -5
#> attr(,"max_value")
#> [1] 5
#> attr(,"new_min")
#> [1] 0
#> attr(,"new_max")
#> [1] 100
#> attr(,"range_difference")
#> [1] 10
#> attr(,"to_range")
#> [1] 0 100
#> attr(,"class")
#> [1] "dw_transformer" "numeric"
#> (original range = -5 to 5)
```

### Rotate or transpose
Expand Down

0 comments on commit 1527036

Please sign in to comment.