mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
18 lines
299 B
Text
18 lines
299 B
Text
|
% 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
|
||
|
}
|