mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
feat: starting to implement translations throughout the UI
This commit is contained in:
parent
7fde4bde46
commit
96e08e44d8
42 changed files with 1547 additions and 750 deletions
21
man/dim_change_call.Rd
Normal file
21
man/dim_change_call.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/validation.R
|
||||
\name{dim_change_call}
|
||||
\alias{dim_change_call}
|
||||
\title{Dimensions validation}
|
||||
\usage{
|
||||
dim_change_call(before, after, fun)
|
||||
}
|
||||
\arguments{
|
||||
\item{before}{data before}
|
||||
|
||||
\item{after}{data after}
|
||||
|
||||
\item{fun}{dimension function. ncol or nrow}
|
||||
}
|
||||
\value{
|
||||
data.frame
|
||||
}
|
||||
\description{
|
||||
Dimensions validation
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue