mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
decumented package
This commit is contained in:
parent
2588cf2b4f
commit
49695a5f41
13 changed files with 284 additions and 3 deletions
29
man/data-summary.Rd
Normal file
29
man/data-summary.Rd
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
% 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue