update_version {Rcereal} | R Documentation |
Update installed cereal headers
Description
Clone a different version of the cereal headers into R library.
Usage
update_version(version = last_version(), ...)
Arguments
version |
|
... |
additional arguments passed to |
Details
This over-writes the installed cereal headers inside an R library. The
default location for the files is found via system.file()
. The library
location can be specified by passing an argument lib.loc
. See
system.file()
for further details.
[Package Rcereal version 1.3.2 Index]