Skip to content

How can I read the "text" or "character string" from a txt file?

2 messages · John, jim holtman

#
If the symbols are separated by spaces, try:

scan(yourFile, what = '')

Sent from my iPad
On May 2, 2012, at 2:36, jpm miao <miaojpm at gmail.com> wrote: