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