convert {ascii} | R Documentation |
Convert a file with specified backend
convert(
i,
d = NULL,
f = NULL,
e = NULL,
O = NULL,
backend = getOption("asciiBackend"),
cygwin = FALSE,
open = FALSE
)
i |
input file |
d |
output directory |
f |
format |
e |
encoding |
O |
other options |
backend |
backend ( |
cygwin |
use cygwin? |
open |
open resulting file? |
This function convert a file with asciidoc, txt2tags or pandoc backend
Nothing
David Hajage