File: get_keep_original_cols.Rd

package info (click to toggle)
r-cran-recipes 1.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,636 kB
  • sloc: sh: 37; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/misc.R
\name{get_keep_original_cols}
\alias{get_keep_original_cols}
\title{Get the \code{keep_original_cols} value of a recipe step}
\usage{
get_keep_original_cols(object)
}
\arguments{
\item{object}{A recipe step}
}
\value{
A logical to keep the original variables in the output
}
\description{
Get the \code{keep_original_cols} value of a recipe step
}
\keyword{internal}