write_vc {namedropR} | R Documentation |
Takes the data from drop_name and writes the actual outputs to the output directory.
write_vc(work_item, path_absolute, output_dir, export_as)
work_item |
A data.frame or tibble with a single row, passed by drop_name() |
path_absolute |
A logical parameter specifying, whether eventually a relative or absolute path should be returned. |
output_dir |
A relative path (in regard to the working directory) where the visual citations should be 'dropped'. (type: character) |
export_as |
Defines the file format of the returned visual citation (see drop_name() for more). |
The path to the written file as character.
## Not run:
# not intended for direct call. Please refer to the documentation
# of drop_name() for further assistance.
## End(Not run)