# appdemo **Repository Path**: mirrors_gladiopeace/appdemo ## Basic Information - **Project Name**: appdemo - **Description**: OpenCPU Demo Application - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-14 - **Last Updated**: 2026-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README OpenCPU APP: appdemo ==================== The purpose of this OpenCPU app is to demonstrate how to use the [opencpu.js](http://github.com/jeroenooms/opencpu.js) library for calling R functions from Javascript using OpenCPU. Cloud Demo ---------- Try the application online at the OpenCPU apps public demo server: https://public.opencpu.org/apps.html Use locally ----------- To run the app in your local R session: #install app library(devtools) install_github("appdemo", "opencpu") #load in opencpu library(opencpu) opencpu$browse("/library/appdemo/www")