dashR icon indicating copy to clipboard operation
dashR copied to clipboard

Create data science and AI web apps in R

Results 51 dashR issues
Sort by recently updated
recently updated
newest added

Hi, is there a similar package in R as dash_auth in python for the authentication? Or any other options for Dash authorization in R? I found https://community.plotly.com/t/dash-authorization-and-login-for-r/27404 but seems outdated.

I learned yesterday that periods should not be allowed in IDs in Dash. I just tried the following app, and I didn't receive any errors. The app did not work,...

https://github.com/plotly/dash-auth

enhancement

This was pretty difficult to nail down, but when an app contains one callback whose output ID is 1 or 2 characters long and you're trying to add another output...

The following results in a warning after trying to add the callback: ``` library(dash) app

This issue proposes adding a helper function `set_columns` to DashTable for R, similar to the `df_to_list` helper function, which would simplify the process of setting column names and id's when...

When using the `serve_locally=FALSE` parameter, the application does not render. Example code: ``` library(dash) app

I'm having an issue with/unsure how to use `app$get_asset_url()`. Could an example usage (in R) be shown? Steps I tried to do: - Initiate a Dash app with `library(dash); library(dashHtmlComponents);...

Dash layout is meant to allow a collection, so that if I want to show two components, I have to place them inside a list (although doesn't currently work #257):...