Skip to content

jienagu/DT_editor_shiny_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DT_editor_shiny_module

  • This app utilize shiny module that can fit for any data.table You just need to create your data.table and load it to the same location of your shiny app as note.rds
  • Currently, I am working on an elegant way to handle Date format so please convert any date col to character/factor before you load the data.table to this app

Acknowledgement

Eric Nantz (@rpodcast) introduced shiny module to me!

For example:

 DT3=data.table(iris[1:3,])
 saveRDS(DT3, "path of your shiny app/note.rds")

Screen_recording

About

This app utilize shiny module that can fit any data.table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages