When Nix builds a derivation, its output is saved in the
Nix store located under /nix/store/
. Even though you can import the
derivations into the current R session using rxp_read()
or rxp_load()
,
it can be useful to copy the outputs to the current working directory. This
is especially useful for Quarto documents, where there can be more than one
input, as is the case for html
output.
See also
Other utilities:
print.derivation()
,
rxp_init()
,
rxp_inspect()
,
rxp_list_logs()
,
rxp_load()
,
rxp_read()