inst/shiny-app/app.R

# Main Shiny App Entry Point for polyglotr Translation Services
# 
# This file serves as the main entry point for the polyglotr Shiny application.
# It loads the required libraries and starts the application.

# Load required libraries
library(shiny)
library(shinydashboard)
library(DT)
library(polyglotr)

# Source the UI and Server files
source("ui.R")
source("server.R")

# Run the application 
shinyApp(ui = ui, server = server)

Try the polyglotr package in your browser

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

polyglotr documentation built on Aug. 8, 2025, 7:14 p.m.