Learn R Programming

RclusTool (version 0.91.5)

makeTitle: RclusTool makeTitle.

Description

Makes a character title from string by completion with a specified character.

Usage

makeTitle(string, length = 120, prefix.length = 5, char = "_")

Value

title

Arguments

string:

string to be completed

length:

final title length in characters

prefix.length:

space length in front of the title

char:

character used to complete the title

Details

makeTitle Makes a title from a string.