File: vparse.Rd

package info (click to toggle)
r-cran-doby 4.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,400 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/vtools.R
\name{vparse}
\alias{vparse}
\title{Variable utilities: parse, select, check, map, rename}
\usage{
vparse(...)
}
\arguments{
\item{...}{Variable input (unquoted, character vector, or formula)}
}
\description{
These functions provide flexible tools for parsing and managing variable names
from formulas, unquoted names, or character vectors. Demonstrated using \code{CO2} dataset.
}