Skip to content

Suggest locations based on number of checklist #9

@gl-eb

Description

@gl-eb

If user-specified location is not present in the data set, suggest locations with most checklists. This could also be done by a flag when calling yardlistr(), e.g. suggest = TRUE.

dat |> count(Location, name = "checklists") |> arrange(-checklists) |> head(10)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions