mainClass | R Documentation |
Returns the first element of what class(x) returns
mainClass(x)
x |
any R object |
name of main class of x
(vector of character of length one)
class(as.POSIXct("2022-06-02"))
mainClass(as.POSIXct("2022-06-02"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.