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