mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
experiments with teal. usage examples are sparse
This commit is contained in:
parent
0c9c5d33a6
commit
a5c0a01d8a
14 changed files with 840 additions and 15 deletions
17
man/m_datafileUI.Rd
Normal file
17
man/m_datafileUI.Rd
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue