convert: Convert a file with specified backend

Description Usage Arguments Details Value Author(s)

View source: R/export.r

Description

Convert a file with specified backend

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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 ("asciidoc", "t2t" or "pandoc")

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


ascii documentation built on Sept. 17, 2020, 5:07 p.m.

Related to convert in ascii...