FreesearchR/man/data-summary.Rd

32 lines
575 B
Text
Raw Normal View History

2025-01-16 11:45:04 +01:00
% 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)
2025-02-19 13:17:16 +01:00
data_summary_server(id, data, color.main, color.sec, ...)
2025-01-16 11:45:04 +01:00
}
\arguments{
2025-02-19 13:17:16 +01:00
\item{id}{Module id. (Use 'ns("id")')}
2025-01-16 11:45:04 +01:00
\item{data}{data}
\item{color.main}{main color}
\item{color.sec}{secondary color}
2025-02-19 13:17:16 +01:00
\item{...}{arguments passed to toastui::datagrid}
2025-01-16 11:45:04 +01:00
}
\value{
Shiny ui module
shiny server module
}
\description{
Data summary module
}