You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying the app using Rstudio Publish widget user can specify an Title (appTitle).
After deployment, on the (R)Studio Connect when listing deployed content the table shows a title. I wasn't able to find the name on the server.
Then, when we use the rsconnect::applications() we get the data.frame with following columns:
id, name, url, status, created_time, updated_time, guid, size, instances, config_url - but no app Title here
We would like to get deployed app title using rsconnect::applications(). Instead, we use app_name and convert it to App name which isn't accurate in all cases and it is potential BUG generator.
Summarizing, would be great if rsconnect::applications() return the apps title.
Cheers
The text was updated successfully, but these errors were encountered:
When deploying the app using Rstudio Publish widget user can specify an Title (appTitle).
After deployment, on the (R)Studio Connect when listing deployed content the table shows a title. I wasn't able to find the name on the server.
Then, when we use the
rsconnect::applications()
we get thedata.frame
with following columns:id, name, url, status, created_time, updated_time, guid, size, instances, config_url - but no app Title here
We would like to get deployed app title using
rsconnect::applications()
. Instead, we useapp_name
and convert it toApp name
which isn't accurate in all cases and it is potential BUG generator.Summarizing, would be great if
rsconnect::applications()
return the appstitle
.Cheers
The text was updated successfully, but these errors were encountered: