pandoc_list_formats {pandoc} | R Documentation |
List available supported formats
Description
List available supported formats
Usage
pandoc_list_formats(type = c("input", "output"), version = "default")
Arguments
type |
Either list |
version |
Version to use. Default will be the
|
Value
a data.frame (or a tibble if available) with 2 column:
-
type
(input or output) -
formats
(name of the formats that can be used as input or output)
Examples
# which input formats are available
pandoc_list_formats()
# which output formats are available
pandoc_list_formats()
# target a specific version
pandoc_list_formats("input", version = "system")
[Package pandoc version 0.2.0 Index]