Skip to content
Prev 13163 / 15075 Next

Warning messages: 1: In readChar(file, size, TRUE) : truncating string with embedded nuls

You could try starting a new session and running

options(warn = 2)
library(tidyverse)
traceback()

to see more specifically where the problem is.

Best,
Ista
On Thu, Apr 30, 2020 at 11:17 AM Manuel Sp?nola <mspinola10 at gmail.com> wrote: