FreesearchR/man/all_but.Rd

23 lines
344 B
Text
Raw Normal View History

2025-03-05 21:13:06 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data_plots.R
\name{all_but}
\alias{all_but}
\title{Select all from vector but}
\usage{
all_but(data, ...)
}
\arguments{
\item{data}{vector}
\item{...}{exclude}
}
\value{
vector
}
\description{
Select all from vector but
}
\examples{
all_but(1:10, c(2, 3), 11, 5)
}