vector_delete: function used to delete parts from a vector

Description Usage Arguments

View source: R/tools.R

Description

function used to delete parts from a vector

Usage

1
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 documentation built on Jan. 28, 2021, 9:05 a.m.

Related to vector_delete in rtext...