write_vc {namedropR} | R Documentation |
write_vc
Description
Takes the data from drop_name and writes the actual outputs to the output directory.
Usage
write_vc(work_item, path_absolute, output_dir, export_as)
Arguments
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). |
Value
The path to the written file as character.
Examples
## Not run:
# not intended for direct call. Please refer to the documentation
# of drop_name() for further assistance.
## End(Not run)
[Package namedropR version 2.4.1 Index]