touch: Imitate unix touch function to create an empty file.

touchR Documentation

Imitate unix touch function to create an empty file.

Description

I couldn't find an existing function for this, but did find a stack overflow question that suggested using write.table() on an empty table, so that's what I've done.

Usage

touch(file_path_to_touch)

Arguments

file_path_to_touch

character string

Value

Returns nothing


langfob/bdpg documentation built on Dec. 8, 2022, 5:33 a.m.