mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
renaming to cut function to cut_var to distinct from the base-version - UI improvements - nice code formatting.
This commit is contained in:
parent
8469a5ca64
commit
361296531e
30 changed files with 1248 additions and 1686 deletions
17
man/remove_empty_attr.Rd
Normal file
17
man/remove_empty_attr.Rd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{remove_empty_attr}
|
||||
\alias{remove_empty_attr}
|
||||
\title{Remove empty/NA attributes}
|
||||
\usage{
|
||||
remove_empty_attr(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data}
|
||||
}
|
||||
\value{
|
||||
data of same class as input
|
||||
}
|
||||
\description{
|
||||
Remove empty/NA attributes
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue