snip_folder: Select a folder full op undocumented snippets to add to the...

Description Usage Arguments Examples

View source: R/functions.R

Description

All files in a folder can be added to snippie in one go. snippie will use the file name as Title and add an Id.

Usage

1
snip_folder(path = NULL, recursive = TRUE, extensions = NULL)

Arguments

path

Path to directory. Leave empty to choose one interactively.

recursive

Boolean

extensions

A character vector of extensions, eg c('py', 'R', 'txt')

Examples

1
snip_folder(recursive=TRUE, extensions=c('txt', 'R'))

bobbeltje/snippie documentation built on Sept. 6, 2020, 5:32 a.m.