Skip to content

bschulth/jsTreeRExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsTreeRExample

  • Example of using AJAX for lazy loading https://github.com/stla/jsTreeR content.
    • This is a simple example that lazily loads a filesystem tree
    • The same principle could be used to lazily load:
      • AWS S3 Bucket folders
      • Remote SSH/Filesystem
      • Database content

R Package Requirements

# shiny
utils::install.packages("shiny")

# shinyjs
utils::install.packages("shinyjs")

# fs
utils::install.packages("fs")

# jsTreeR
#utils::install.packages("jsTreeR")
# Notes as of 2021-Sep-18, the github master version is required for a bug fix
remotes::install_github("stla/jsTreeR")

Install this package

remotes::install_github("bschulth/jsTreeRExample")

Run the example:

jsTreeRExample::ajax_example_01()

Source:

Credits:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published