ascii (version 2.4)

convert: 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
)

Value

Nothing

Arguments

i

input file

d

output directory

f

format

e

encoding

O

other options

backend

backend ("asciidoc", "t2t" or "pandoc")

cygwin

use cygwin?

open

open resulting file?

Author

David Hajage

Details

This function convert a file with asciidoc, txt2tags or pandoc backend