convert {ascii} | R Documentation |
Convert a file with specified backend
Description
Convert a file with specified backend
Usage
convert(
i,
d = NULL,
f = NULL,
e = NULL,
O = NULL,
backend = getOption("asciiBackend"),
cygwin = FALSE,
open = FALSE
)
Arguments
i |
input file |
d |
output directory |
f |
format |
e |
encoding |
O |
other options |
backend |
backend ( |
cygwin |
use cygwin? |
open |
open resulting file? |
Details
This function convert a file with asciidoc, txt2tags or pandoc backend
Value
Nothing
Author(s)
David Hajage
[Package ascii version 2.6 Index]