Page MenuHomePhabricator

[shiny] Make sure that column specified for metric values has numeric values
Open, HighPublic

Description

This will prevent errors later. It could be done similar to this for each task:

if (!all(is.numeric(object[[task]][[value]]))) stop("Performance values must be numeric.")

Event Timeline

eisenman created this task.
eisenman renamed this task from Make sure that column specified for metric values has numeric values to [shiny] Make sure that column specified for metric values has numeric values.Aug 2 2021, 10:35 AM