diff options
author | Naeem Model <me@nmode.ca> | 2024-05-09 20:39:24 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-05-09 20:39:24 +0000 |
commit | 3eac1d553d8b921b4659fbd55ed23aa12f67690b (patch) | |
tree | 7bcb01411ceb962a1e1898afd16a45d2d32354a8 /man | |
parent | 5ddacea01e66927a6bb3a29ccb345edc22e6f589 (diff) |
Generate doc for R/app.R
Diffstat (limited to 'man')
-rw-r--r-- | man/app.Rd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/app.Rd b/man/app.Rd new file mode 100644 index 0000000..f558dc9 --- /dev/null +++ b/man/app.Rd @@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/app.R +\name{app} +\alias{app} +\title{Launch the Rnaught Web Application} +\usage{ +app() +} +\description{ +Launch the Rnaught Web Application +} |