drop_from_frame: Filters out and drops factor levels from a factor in a data...

View source: R/FPDS_breakdowns_functions.R

drop_from_frameR Documentation

Filters out and drops factor levels from a factor in a data frame

Description

Filters out and drops factor levels from a factor in a data frame

Usage

drop_from_frame(
  passed_frame,
  passed_var,
  passed_levels,
  session = getDefaultReactiveDomain()
)

Arguments

passed_frame

A data frame, as an object

passed_var

A variable, as a string

passed_levels

The levels to drop, as a string

session=getDefaultReactiveDomain()

The shiny app session

Value

The data frame with the factor level removed


CSISdefense/csis360 documentation built on April 25, 2024, 12:01 a.m.