1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
---
title: "cmdfun"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{cmdfun}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
Please see the cmdfun website for full documentation:
* <https://snystrom.github.io/cmdfun>
In particular, a guide to building wrappers using cmdfun, complete with several examples, can be found here:
* <https://snystrom.github.io/cmdfun/articles/building_wrappers.html>
|