Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with line 15-29 #82

Open
eniseg1 opened this issue Jan 20, 2022 · 2 comments
Open

Issue with line 15-29 #82

eniseg1 opened this issue Jan 20, 2022 · 2 comments

Comments

@eniseg1
Copy link

eniseg1 commented Jan 20, 2022

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!

@eniseg1
Copy link
Author

eniseg1 commented Jan 20, 2022

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..

@YinCY123
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants