Rllvm (version 0.7-0)

string: 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.

References

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

Examples

Run this code
# NOT RUN {
 string(10)
# }

Run the code above in your browser using DataLab