Learn R Programming

isobar (version 1.18.0)

Isobar util functions: Isobar util functions

Description

Utility functions. paste0 as a shorthand to paste(...,sep="") in versions of R pre 2.14.

Usage

paste0(..., sep = "") a %inrange% b

Arguments

...
Arguments to paste.
sep
Separator.
a
values.
b
range.

Examples

Run this code
  1:10 

Run the code above in your browser using DataLab