Skip to content
Prev 280301 / 398506 Next

How to open files that contain "0"

It doesn't have anything to do with 0 values.

read.table() is treating everything after the # (the default comment
character) as a comment.

Using comment.char = "" in read.table() will change that behavior.

Special characters in files cause all sorts of issues.

Sarah

On Thu, Dec 15, 2011 at 7:03 AM, Neotropical bat risk assessments
<neotropical.bats at gmail.com> wrote: