Description Usage Arguments See Also Examples
as in the lubridate package, individual components of a name can be both extracted or set using the relevant function call - see the examples.
1 2 3 | first_name(x)
first_name(x) <- value
|
x |
a name, or vector of names |
value |
a replacement value for x's first name. |
salutation
, middle_name
, last_name
and suffix
for other accessors.
1 2 3 4 5 6 | #Get a first name
example_name <- "Mr Jim Jeffries"
first_name(example_name)
#Set a first name
first_name(example_name) <- "Prof"
|
[1] "Jim"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.