RPT_namelist_pred: Make a prediction name list of every class

View source: R/RPT_namelist_pred.R

RPT_namelist_predR Documentation

Make a prediction name list of every class

Description

To present the prediction details and those people who are not involved in prediction for some reason, it is a good idea to make a name list for every class. So the teachers can easily know the details in his/her class.

Usage

RPT_namelist_pred(class_NL, user_NL)

Arguments

class_NL

Data.frame, class name list, has a column indicate the name and a corresponding column indicate it's class. user_name and class

user_NL

Data.frame or character vector, if input is a data.frame, it should has a column indicate the name and a corresponding potential judgment(see judge_Pot() for more information). If input is a character vector, it will be considered as user name.

Value

A tibble contains class and the name list of every class as a single long string


Blockhead-yj/report.iqz documentation built on March 18, 2022, 5:30 a.m.