string: Initialize a string object

Description Usage Arguments Value Author(s) References Examples

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

1

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

1
 string(10)

doktorschiwago/Rllvm2 documentation built on May 15, 2019, 9:42 a.m.