indexes_last_update {rb3} | R Documentation |
Get the date of indexes composition last update
Description
Gets the date where the indexes have been updated lastly.
Usage
indexes_last_update(cache_folder = cachedir(), do_cache = TRUE)
Arguments
cache_folder |
Location of cache folder (default = cachedir()) |
do_cache |
Whether to use cache or not (default = TRUE) |
Value
the Date when the indexes have been updated
Examples
## Not run:
indexes_last_update()
## End(Not run)
[Package rb3 version 0.0.11 Index]