-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Description
I'm finding tidyeval to be very limiting with use with rdeck. The current use case is this:
I have a set of polygons that I want to visualize with with rdeck. The elevation will be associated with a vector of values related to each geometry. I will be reactively updating the vector of values via a reactive expression in shiny.
However, due to the reliance on tidy-eval, the vector of values must be a column in the data frame that is provided. So instead of only updating a vector of numeric values I have to update a whole dataframe of detailed polygons which is a much heavier lift than the attributes associated with it.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request