inst/shinyapp/app.R

# app.R

# Load required packages
library(shiny)
library(greenfeedr)
library(readr)
library(readxl)
library(plotly)
library(fontawesome)
library(dplyr)
library(tidyr)
library(DT)
library(stringr)
library(httr)
library(rlang)
library(stats)

# Set upload size limit
options(shiny.maxRequestSize = 100 * 1024^2)

# Source UI and server
source("app_ui.R")
source("app_server.R")

# Launch the app
shinyApp(ui, server)

Try the greenfeedr package in your browser

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

greenfeedr documentation built on Sept. 9, 2025, 5:55 p.m.