This function is generally called automatically as needed. Note, however, that to set a non-standard directory for the pinned files, this function must be called before any other functions.
Usage
gp_init(..., options = gp_options())
Arguments
- ...
Reserved. All arguments must be named.
- options
A
gp_options()
object, used in particular to select the directory for storing the pins (defaults tohere::here("gitpins")
).