fyi_cache_path

Get Cache Path for a Package

Description

Returns the path where cached docs would be stored for a package.

Usage

fyi_cache_path(package)

Arguments

  • package: Character. Package name.

Value

Character path to ~/.fyi//

Examples

fyi_cache_path("torch")
# Returns: "~/.fyi/torch"