Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure graph Shiny Input #15

Open
quickbendelat opened this issue Apr 30, 2024 · 0 comments
Open

Azure graph Shiny Input #15

quickbendelat opened this issue Apr 30, 2024 · 0 comments

Comments

@quickbendelat
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant