Learn R Programming

rtype (version 0.1-1)

declare: Declare symbols

Description

Declare symbols

Usage

declare(..., .envir = parent.frame())

Arguments

...
Symbols to declare
.envir
environment to store the symbols

Examples

Run this code
declare(x,y=numeric(),z=integer())

Run the code above in your browser using DataLab