experiments with teal. usage examples are sparse

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-04 12:58:55 +01:00
commit a5c0a01d8a
No known key found for this signature in database
14 changed files with 840 additions and 15 deletions

17
man/m_datafileUI.Rd Normal file
View file

@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/modules.R
\name{m_datafileUI}
\alias{m_datafileUI}
\title{Shiny UI module to load a data file}
\usage{
m_datafileUI(id)
}
\arguments{
\item{id}{id}
}
\value{
shiny UI
}
\description{
Shiny UI module to load a data file
}