Mandrake can derive the output path for its column mappings from a few places:

Output Paths Configuration

  • by default, for a package pkgname, mandrake will store its output under "pkgname.yaml" at:

    • pkgname/inst/mandrake

  • If you need to customize this, use:

    • This can be done by setting the following in DESCRIPTION:

      • Roxygen: list(mandrake_output = "path/from/pkg/root")

    • See the documentation for roxygen2::roxy_meta_get for more information..