Open sitapriyamoorthi opened 8 months ago
I'll see if that can be done easily
Not doing now, but for later:
to_case <- function(x, case = "title") {
snakecase::to_any_case(x, case)
}
# where workflowUpdate() is a data.frame
workflowUpdate() %>% rename_with(to_case)
Feels like low-hanging fruit but not urgent, adding to v1.1 milestone but marking as low priority.
It would be nice to see if we can change how the headers for the different tables in the app looks. Just a visual appeal thing. Instead of reading "workflow_id" it would be nice to see if that could read "Workflow ID"