Azure / Azure/AzureR

Azure graph Shiny Input

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
198
Forks
21
PR merge metrics
No merged PRs in 30d

Description

It would be good to have a library of Shiny functions to interact with graph api.
I am interested in having a Shiny App with a dropdown selector for the application user to start typing a name and the list of options will return matches, similar to many different drop down boxes.

What I have done is to use the "AzureGraph" package to obtain a dataframe of all users within my organisation. Since it is large and takes some time to query, I save this to disk as a one-off data pull. Then the Shiny app will load that data into memory, and I can use a "shiny::selectizeInput" to achieve this. However, I would like to avoid the pre-download and replace the Shiny side of things with an out-of-the-box solution.

Any chance that the Azure family of R packages can extend to include Shiny components?
Or any examples of how my scenario can be achieved with the current AzureGraph package?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.