tbl_prof: Create a tbl_prof object

Description Usage Arguments Value

View source: R/tbl_prof.R

Description

The function creates a tbl_prof object. This is the first step of the workflow as all subsequent operations can only be performed on a tbl_prof object.

Usage

1
tbl_prof(x, evals, max_scores = NULL, weights = NULL)

Arguments

x

A data frame containing evaluation scores.

evals

A character vector of regular expressions used to identify evaluation types in x.

max_scores

A numeric vector specifying the maximum scores for each evaluation type.

weights

A numeric vector specifying the weights of each evaluation type. Each weight is a decimal number most likely between 0 and 1.

Value

A tbl_prof object.


gueyenono/professorrr documentation built on Dec. 26, 2021, 10:10 p.m.