chore: more translatable strings and cleaning

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-09-25 10:07:19 +02:00
commit be87e97f4d
No known key found for this signature in database
21 changed files with 757 additions and 879 deletions

View file

@ -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