string: Initialize a string object

View source: R/utils.R

stringR Documentation

Initialize a string object

Description

This is introduced to provide a function analogous to numeric and integer for creating a string with a specific length, populated with space characters. This is used for specifying the type of a string with a fixed maximum length.

Usage

string(length)

Arguments

length

number of characters for the string

Value

a character vector with one element with length characters.

Author(s)

DTL

References

LLVM Documentation http://llvm.org/docs/

Examples

 string(10)

duncantl/Rllvm documentation built on Aug. 16, 2024, 2:33 a.m.