Closed
Description
As originally referenced in a DashR docs issue, Dash for R currently lacks this method which is featured in the Python version. Based on the Python implementation, it would grab the asset URL from the assets directory without needing to specify the exact path.
@rpkyle @HammadTheOne - Do you think we could get a
get_asset_url
into Dash for R before the next release? Here is the implementation in Python:
https://github.com/plotly/dash/blob/e622f2a31202302d0c305c56e738d1ea369403e6/dash/dash.py#L1559-L1566If it's not in Dash for R, then we can include it in this example as a helper function.
Originally posted by @chriddyp in https://github.com/plotly/dash-enterprise-docs/pull/95