Initial commit

This commit is contained in:
Elias Projahn 2022-05-07 17:54:23 +02:00
commit be1a4ef2fd
12 changed files with 825 additions and 0 deletions

14
man/run_app.Rd Normal file
View file

@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/app.R
\name{run_app}
\alias{run_app}
\title{Run the application server.}
\usage{
run_app(port = 3464)
}
\arguments{
\item{port}{The port to serve the application on.}
}
\description{
Run the application server.
}