mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
chore: more translatable strings and cleaning
This commit is contained in:
parent
9f9a210c41
commit
be87e97f4d
21 changed files with 757 additions and 879 deletions
|
|
@ -7,16 +7,22 @@
|
|||
data_summary_gather(
|
||||
data,
|
||||
summary.fun = class,
|
||||
palette.fun = viridisLite::viridis
|
||||
palette.fun = viridisLite::viridis,
|
||||
na.label = "NA",
|
||||
...
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data.frame}
|
||||
|
||||
\item{summary.fun}{fun for summarising}
|
||||
|
||||
\item{palette.fun}{optionally use specific palette functions. First argument
|
||||
has to be the length.}
|
||||
|
||||
\item{fun}{summary function. Default is "class"}
|
||||
\item{na.label}{label for NA}
|
||||
|
||||
\item{...}{overflow}
|
||||
}
|
||||
\value{
|
||||
data.frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue