A non-vectorized version of compile that acts as internal code for the wrapper compile. Users typically will not interact with this function, but the code is exported for easier viewing.

compile_internal(dir, time = 10, ...)

Arguments

dir

A SINGLE directory where the draft files are located.

time

The number of seconds you will have to close the pdf if it is found to be open. The integer value is passed to base::Sys.sleep.

...

Arguments passed to bookdown::render_book

See also

Other compile: compile_changebookname(), compile()

Author

Kelli F. Johnson