Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vector_delete

function used to delete parts from a vector


Description

function used to delete parts from a vector

Usage

vector_delete(x, n = NULL, from = NULL, to = NULL)

Arguments

x

input vector

n

number of items to be deleted

from

from which position onwards elements should be deleted

to

up to which positions elements should be deleted


rtext

R6 Objects for Text and Data

v0.1.22
MIT + file LICENSE
Authors
Peter Meissner [aut, cre], Ulrich Sieberer [cph], University of Konstanz [cph]
Initial release
2021-01-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.