mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
decumented package
This commit is contained in:
parent
2588cf2b4f
commit
49695a5f41
13 changed files with 284 additions and 3 deletions
32
man/add_sparkline.Rd
Normal file
32
man/add_sparkline.Rd
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/data-summary.R
|
||||
\name{add_sparkline}
|
||||
\alias{add_sparkline}
|
||||
\title{Add sparkline to datagrid}
|
||||
\usage{
|
||||
add_sparkline(
|
||||
grid,
|
||||
column = "vals",
|
||||
color.main = "#2a8484",
|
||||
color.sec = "#84EF84"
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{grid}{grid}
|
||||
|
||||
\item{column}{clumn to transform}
|
||||
}
|
||||
\value{
|
||||
datagrid
|
||||
}
|
||||
\description{
|
||||
Add sparkline to datagrid
|
||||
}
|
||||
\examples{
|
||||
grid <- mtcars |>
|
||||
default_parsing() |>
|
||||
overview_vars() |>
|
||||
toastui::datagrid() |>
|
||||
add_sparkline()
|
||||
grid
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue