powered by
Returns the labels of the shiny inputs for the provided object.
get_input_labels(x, ...)
A character vector of input labels
An object for which to retrieve input labels; typically a data.frame.
Passed onto methods.
df <- data.frame( name = c("Alice", "Bob"), age = c(25, 30), completed = c(TRUE, FALSE) ) get_input_labels(df)
Run the code above in your browser using DataLab