int64: Creates new int64 vectors of a given length

Description Usage Arguments Value Author(s) See Also Examples

View source: R/int64.R

Description

Creates new int64 vectors of a given length

Usage

1
int64(length = 0L)

Arguments

length

Length of the resulting vector

Value

A new int64 vector of the given length

Author(s)

Romain Francois, Sponsored by the Google Open Source Programs Office

See Also

as.int64 for converting integer or character vectors into int64 vectors.

uint64 for unsigned 64 bit integer vectors, i.e. of class uint64

Examples

1
x <- int64(10L)

int64 documentation built on May 2, 2019, 6:50 p.m.