In my version of the shiny_attributes app there doesn't seem to be the print button mentioned. Only a Download, Quit App and Help buttons. Is the workflow different now?
Once you are done editing a table in the app, click the Print button to print text of a code that will build a data.frame in R. Copy that code and assign it to a variable in your script (e.g. attributes - data.frame(...)).
In my version of the
shiny_attributes
app there doesn't seem to be the print button mentioned. Only aDownload
,Quit App
andHelp
buttons. Is the workflow different now?