nstrayer/datadrivencv

Issue with line 15-29

Opened this issue · 2 comments

Hello!

I'm not a very experienced programmer so I'm sure there's something I need to do that I am simply unaware of...but when I run my cv.rmd, I get the following error message from line 24-28:
"New names:

  • `` -> ...7
  • `` -> ...8
  • `` -> ...9
    Rows: 2 Columns: 10
    ── Column specification ───────────────────────────────────────────────────────
    Delimiter: ","
    chr (4): education, PhD in Human Cognitive Neuroscience, Scotland, Universi...
    dbl (2): 2014, 2018
    lgl (4): ...7, ...8, ...9, TRUE

ℹ Use spec() to retrieve the full column specification for this data.
ℹ Specify the column types or set show_col_types = FALSE to quiet this message.
New names:

  • `` -> ...3
  • `` -> ...4
  • `` -> ...5
    Rows: 6 Columns: 5
    ── Column specification ───────────────────────────────────────────────────────
    Delimiter: ","
    chr (1): skill
    dbl (1): level
    lgl (3): ...3, ...4, ...5

ℹ Use spec() to retrieve the full column specification for this data.
ℹ Specify the column types or set show_col_types = FALSE to quiet this message.
Rows: 4 Columns: 2
── Column specification ───────────────────────────────────────────────────────
Delimiter: ","
chr (2): loc, text

ℹ Use spec() to retrieve the full column specification for this data.
ℹ Specify the column types or set show_col_types = FALSE to quiet this message.
New names:

  • `` -> ...4
  • `` -> ...5
    Rows: 5 Columns: 5
    ── Column specification ───────────────────────────────────────────────────────
    Delimiter: ","
    chr (3): loc, icon, contact
    lgl (2): ...4, ...5

ℹ Use spec() to retrieve the full column specification for this data.
ℹ Specify the column types or set show_col_types = FALSE to quiet this message.
Error in if (!after) c(values, x) else if (after >= lengx) c(x, values) else c(x[1L:after], :
missing value where TRUE/FALSE needed"

Inititally I thought that maybe my .csv files weren't reading in properly, but I checked by just adding them to a dataframe, and they are reading in fine...does anyone have a good idea for me? Thank you in advance!

PS: I've of course tried adding show_col_types to the function in line 24, but that only got me an error message saying the function can't use that command..

i got an slightly different error

Quitting from lines 15-29 (cv.rmd)
Error in if (!after) c(values, x) else if (after >= lengx) c(x, values) else c(x[1L:after], :
missing value where TRUE/FALSE needed