powered by
clipString(x, len, tail = "...")
character
integer(1)
tail
character(1)
print(clipString("abcdef", 10)) print(clipString("abcdef", 5))
Run the code above in your browser using DataLab