File: cmdfun.Rmd

package info (click to toggle)
r-cran-cmdfun 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: sh: 13; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
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>