Learn R Programming

SCpubr (version 2.0.2)

named_vector: Named vector.

Description

Named vector.

Arguments

Value

Nothing. This is a mock function.

Examples

Run this code
# This is a named vector.
x <- c("first_element" = 3,
       "second_element" = TRUE)
print(x)

Run the code above in your browser using DataLab