R - how can I dump contents of file to console output? -


i want read file , output in console. print( readlines(...) ) best can far, don't want line-by-line identifier, want file as-is.

i don't know mean, ?cat may looking for.


Comments