coins_all: Add COinS To All Files Of A Directory

Description Usage Arguments Details Value Examples

View source: R/coins.R

Description

coins_all looks for all files under the directory and calls with the appropriate path string for each file coins_this, which is doing all the hard work: extracting the information from front matter and config file, generating the COinS string and adding it to the end of the file.

Usage

1
coins_all(dir = "content")

Arguments

dir

String. Providing the path to the directory. coins_all looks recursivly at all files under the directory provided by the path string.

Details

Two conditions prevent calling coins_this():

Value

Invisible empty list.

Examples

1
2
3
4
## Not run: 
coins_all()
coins_all("content/post")
## End(Not run)

petzi53/coinsR documentation built on Nov. 5, 2019, 12:20 a.m.