Skip to content

Permit non-tidyeval for value updating.  #117

@JosiahParry

Description

@JosiahParry

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

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions