Skip to content

type.frame Inf bug in col_types usage #21

@dereckmezquita

Description

@dereckmezquita
basic_info_dt <- merge(
    basic_details_dt,
    contract_info_dt,
    by = c("player_name", "jersey_number")
)
Data Preview:
      player_name jersey_number age    birth_date                         birthplace   nationality shoots
1 MATHIEU OLIVIER            24  27 Feb. 11, 1997 Biloxi, Mississippi, United States United States  Right
  height_imperial height_metric weight_imperial weight_metric elc_signing_age waivers_age   drafted
1            6'2"         188cm         210 lbs          95kg              22          22 Undrafted
  drafted_overall drafted_round drafted_by
1               -             -          -
Warning message:
In max(nchar(names(col_types))) :
  no non-missing arguments to max; returning -Inf

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions