List all linked files from given illustrator file (ai or pdf)
linked_from_ai(x, AbsolutePaths = TRUE, mustWork = NA)
x | Path to Illustrator file (ai,pdf) |
---|---|
AbsolutePaths | Return absolute path to linked files |
mustWork | If true, check that linked files actually exist |
Character vector of paths to linked files
ailinkedfiles
Other linked_from: ailinkedfiles
if (FALSE) { lfs=linked_from_ai(system.file('tests/testthat/testdata/lyx/composite_fig.pdf', package='paperutils')) stopifnot(length(lfs)==2) }