powered by
Try to get the type of a drake file system cache. Only works on known caches with known file systems.
type_of_cache(path = drake::default_cache_path())
path to the cache
Experimental function for a possible new feature in the future. It will come in handy if/when multiple cache types are supported.
# NOT RUN { load_basic_example() make(my_plan) type_of_cache(".drake") # }
Run the code above in your browser using DataLab