The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
bslib
for more flexibility in
setting custom themes data_edit()
. Users can now supply a
bs_theme
object to the theme
argument to fully
customise the appearance of the data_edit()
UI.data_edit()
calls
within RStudio.dataInput
.dataInput
and
dataEdit
to ensure that the supplied data always contains
as least a single row and column.googlesheets
by calling
write_fun
as the application closes.data_edit()
to ensure that we don’t search for data
through RStudio addin if RStudio is not in use..
can be loaded into the
data editor.dataSync
module to handle synchronisation of an
edited data subset with the complete dataset.dataFilter
to ensure the logic and levels are
always updated when the column selection changes.data_edit()
can now export the code required to
generate the final edited version of the data to an R script.code
argument.dataInput
searches for data outside
data_edit()
.data_edit()
directly.write_fun
whenever save_as
is supplied.dataSelect
and dataFilter
examples
now that the return values are lists instead of reactive
expressions.rhandsontable
from
install_github("DillonHammill/rhandsontable")
.dataSelect
and dataFilter
modules to
filter data,Sync
button to update the entire dataset with
changes made to a subset. Data is still exported as a whole but a new
button could be added in the future to export the subsetted data.cut
button to allow return of subsetted data upon
closing the application with the Done
button.dataInput
, dataEdit
and
dataOutput
modules.dialog
box, browser
or RStudio
viewer
pane. This can be controlled through the
viewer
argument and has been set to use a
dialog
box by default. Additional arguments
viewer_height
and viewer_width
have been added
to allow control over the dimensions of dialog
boxes.hide
argument to optionally display the
dataInput
and dataOutput
modules. This
functionality requires the shinyjs
package. The
hide
argument allows users to maximize the space available
to display the data and also prevent users from interacting with these
modules. It is still possible to save data to file when
dataOutput
module is not visible, by simply supplying the
file name to the save_as
argument of
data_edit()
.dataEdit
module.data_edit()
to make it easier to create
data.frames from scratch. The default template size has been increased
to be a 10 x 10 grid.logo_side
argument to control whether the logo
should be placed on the left
or right
of the
title.code
argument to data_edit()
to
print the code required to create the edited data to the console.data_edit()
to
construct a template data.frame with pre-defined column names.col_readonly
argument to prevent users from editing
values or column names of certain columns.col_names
argument to allow control over which
column names can be edited by the user.data_edit()
to allow interactive data viewing,
entry and editing.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.