generate_descr_report_text_na: Function for creating na text part of descriptive report

View source: R/report_helper.R

generate_descr_report_text_naR Documentation

Function for creating na text part of descriptive report

Description

Function for creating na text part of descriptive report

Usage

generate_descr_report_text_na(
  feature,
  imp_tbl,
  task_obj,
  na_threshold = NULL,
  imp_threshold = NULL
)

Arguments

feature

name of the feature

imp_tbl

table of the calculated importance

task_obj

current task object

na_threshold

to control the threshold for when a feature has many NAs. If NULL it uses app settings.

imp_threshold

to control the threshold for when a feature is important. If NULL it uses app settings.

Value

returns string


el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.