score | R Documentation |
select
, if_else
, recode
, sum
, case_when
, filter_at
, rename
, mean
score function
The score function completes all scoring for a single step of a scoresheet. Operations are conducted in the following order:
select
, if_else
, recode
, sum
, case_when
, filter_at
, rename
, mean
score(raw, scoresheet)
raw |
A raw data object |
scoresheet |
A formatted scoresheet object with one step selected, operations that can all be preformed in a single step, simultaneously For sequential operations, see scorekeep function) |
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.