I use paste0()
to print the text below but I want to set distance by using many spaces between (Form 1003)
and No
paste0("Mortgage Application (Form 1003)",'','',"No",collapse = '').
The result should be like: Mortgage Application (Form 1003)________No. The________ is the white space.