Skip to content

How to open files that contain "0"

2 messages · Neotropical bat risk assessments, Sarah Goslee

#
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: