inst/biblioverApp/app.R

library(shiny)
library(DT)
library(biblioverlap)

# Load the UI and server components
source('ui.R', local = TRUE)
source('server.R')

# Run the Shiny app
shinyApp(ui = ui, server = server)

Try the biblioverlap package in your browser

Any scripts or data that you put into this service are public.

biblioverlap documentation built on Nov. 8, 2023, 1:07 a.m.