make_NL_by_class: Make a name list of every class

View source: R/make_NL_by_class.R

make_NL_by_classR Documentation

Make a 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

make_NL_by_class(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.