newFun: Print a skeleton for a new function in the console

View source: R/newFun.R

newFunR Documentation

Print a skeleton for a new function in the console

Description

Print a skeletton for a new function in the console

Usage

newFun(name, createFile = FALSE, path = NULL)

Arguments

name

A name for the function

Details

>Sys.setenv(TZ="Europe/Berlin") >Sys.setlocale("LC_TIME", "C"); to get UK date format

Value

void

Author(s)

JuG

Examples

newFun("newFunction")
newFun("newFunction",createFile = TRUE)


jgodet/utilitR documentation built on May 16, 2024, 12:01 p.m.