names,records-method | R Documentation |
A function to get or set the names of an object.
## S4 method for signature 'records'
names(x)
## S4 method for signature 'rtoi'
names(x)
## S4 replacement method for signature 'rtoi,character'
names(x) <- value
x |
a |
value |
character argument. The new value for |
a character vector containing the name of
all the names in x
.
## Not run:
# load example rtoi
file.copy(from=system.file("ex/Navarre",package="rsat"),
to=tempdir(),
recursive = TRUE)
navarre <- read_rtoi(file.path(tempdir(),"Navarre"))
names(navarre)
names(navarre) <- "New name"
names(navarre)
rcrds <- records(navarre)
names(rcrds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.