create_file: Creates a file from a value, with overwrite protection.

Description Usage Arguments

Description

Creates a file from a value, with overwrite protection.

Usage

1
create_file(name, value, can_overwrite = FALSE)

Arguments

name

character. The name of the file to create.

value

ANY. The value to put in the file.

can_overwrite

logical. If true, will replace an existing directory.


robertzk/batbelt documentation built on May 27, 2019, 10:34 a.m.