sotkanet_write_cache {sotkanet} | R Documentation |
Write sotkanet data.frame into cache
Description
Helper function that writes the sotkanet data.frame into cache.
Usage
sotkanet_write_cache(cache, cache_dir, query_hash, data)
Arguments
cache |
a logical whether to do caching. |
cache_dir |
a path to cache directory. |
query_hash |
a character used to identify the data.frame. |
data |
sotkanet data.frame. |
References
See citation("sotkanet")
[Package sotkanet version 0.10.1 Index]