mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
747670bb57
commit
653424692d
8 changed files with 1931 additions and 214 deletions
|
|
@ -49,7 +49,6 @@
|
|||
"Column added!","Column added!"
|
||||
"Unique values:","Unique values:"
|
||||
"Variable to cut:","Variable to cut:"
|
||||
"Number of breaks:","Number of breaks:"
|
||||
"Close intervals on the right","Close intervals on the right"
|
||||
"Include lowest value","Include lowest value"
|
||||
"Create factor variable","Create factor variable"
|
||||
|
|
@ -272,3 +271,23 @@
|
|||
"By quantiles (groups of equal size)","By quantiles (groups of equal size)"
|
||||
"Please fill in web address and API token, then press 'Connect'.","Please fill in web address and API token, then press 'Connect'."
|
||||
"There are more advanced options to modify factor/categorical variables as well as create new factor from an existing variable or new variables with R code. At the bottom you can restore the original data.","There are more advanced options to modify factor/categorical variables as well as create new factor from an existing variable or new variables with R code. At the bottom you can restore the original data."
|
||||
"Text or character to split string by","Text or character to split string by"
|
||||
"Split the variable","Split the variable"
|
||||
"Variable to split:","Variable to split:"
|
||||
"Direction:","Direction:"
|
||||
"Split string to multiple columns. Keep number of rows.","Split string to multiple columns. Keep number of rows."
|
||||
"Split string to multiple observations (rows) in the same column. Also ads id and instance columns","Split string to multiple observations (rows) in the same column. Also ads id and instance columns"
|
||||
"Split character string","Split character string"
|
||||
"Split text","Split text"
|
||||
"Split a character string by a common delimiter","Split a character string by a common delimiter"
|
||||
"Select delimiter","Select delimiter"
|
||||
"Browse data preview","Browse data preview"
|
||||
"Original data","Original data"
|
||||
"Preview of result","Preview of result"
|
||||
"No character variables with accepted delimiters detected.","No character variables with accepted delimiters detected."
|
||||
"Split a text column by a recognised delimiter.","Split a text column by a recognised delimiter."
|
||||
"Apply split","Apply split"
|
||||
"Stacked relative barplot","Stacked relative barplot"
|
||||
"Create relative stacked barplots to show the distribution of categorical levels","Create relative stacked barplots to show the distribution of categorical levels"
|
||||
"Side-by-side barplot","Side-by-side barplot"
|
||||
"Create side-by-side barplot to show the distribution of categorical levels","Create side-by-side barplot to show the distribution of categorical levels"
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue