udpipe (version 0.3)

txt_sample: Boilerplate function to sample one element from a vector.

Description

Boilerplate function to sample one element from a vector.

Usage

txt_sample(x, na.exclude = TRUE, n = 1)

Arguments

x

a vector

na.exclude

logical indicating to remove NA values before taking a sample

n

integer indicating the number of items to sample from x

Value

one element sampled from the vector x

See Also

sample.int

Examples

Run this code
# NOT RUN {
txt_sample(c(NA, "hello", "world", NA))
# }

Run the code above in your browser using DataLab