linked_from_lyx: Return all the files linked from a LyX file

Description Usage Arguments Details Author(s) Examples

View source: R/lyxutils.r

Description

Return all the files linked from a LyX file

Usage

1
linked_from_lyx(x, AbsolutePaths = TRUE, mustWork = NA)

Arguments

x

Path to LyX file

AbsolutePaths

Return absolute path to linked files

mustWork

If true, check that linked files actually exist

Details

by default make paths absolute using normalizePath

Author(s)

jefferis

Examples

1
2
3
4
5
## Not run: 
linked_from_lyx('/GD/LMBD/Papers/2012fruLHNs/lyx/main.lyx')
linked_from_lyx(system.file('tests','testthat','testdata','lyx','test.lyx',package='paperutils'))

## End(Not run)

jefferis/paperutils documentation built on Sept. 20, 2019, 10:20 a.m.