mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
30 lines
494 B
Text
30 lines
494 B
Text
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/data-summary.R
|
||
|
\name{data-summary}
|
||
|
\alias{data-summary}
|
||
|
\alias{data_summary_ui}
|
||
|
\alias{data_summary_server}
|
||
|
\title{Data summary module}
|
||
|
\usage{
|
||
|
data_summary_ui(id)
|
||
|
|
||
|
data_summary_server(id, data, color.main, color.sec)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{id}{id}
|
||
|
|
||
|
\item{data}{data}
|
||
|
|
||
|
\item{color.main}{main color}
|
||
|
|
||
|
\item{color.sec}{secondary color}
|
||
|
}
|
||
|
\value{
|
||
|
Shiny ui module
|
||
|
|
||
|
shiny server module
|
||
|
}
|
||
|
\description{
|
||
|
Data summary module
|
||
|
}
|