choosevar: Selects variable after filtering observations

Description Usage Arguments Value

View source: R/serverfunction.R

Description

Selects a particular variable in a data frame after filtering observations to match a particular value.The function is relative to the shiny app enclosed in the package, therefore it is not advisable for the package user to interact with it.

Usage

1
choosevar(frame, filterval, variable)

Arguments

frame

The chosen data frame.

filterval

The value filtered in the ID observation of the data frame.

variable

The data frame variable to be selected.

Value

A tibble with the chosen variable with filtered values.


etc5523-2020/r-package-assessment-aarathybabu97 documentation built on Jan. 1, 2021, 1:11 a.m.