folderfun 0.0.2

This is a minor release that builds on existing capability without introducing breaking changes.

Added

  • optOrEnvVar first looks up a name’s value firrst as a option, then as an environment variable if the option value is unset or empty (string or vector).

Changed

  • setff invocation can take several forms, and more extensive variable search can be performed; name for accessor function can be interpreted as name to lookup exactly, as uppercase, or as lowercase according to optOrEnvVar.
  • Primary “value” argument to setff is now called path rather than location.

folderfun 0.0.1

This is the initial package release.

  • setff function establishes a variable accessor function.
  • listff function lists available variable accessor functions.