“Konwertuj boolean na int r” Kod odpowiedzi

Konwertuj boolean na int r

# Convert boolean to integer
as.integer(TRUE)    # return 1
as.integer(FALSE)   # return 0
Matthew David

R Int to Bool

dataframe$ColumnName <- as.logical(dataframe$ColumnName)
Swiss IT knive

Odpowiedzi podobne do “Konwertuj boolean na int r”

Pytania podobne do “Konwertuj boolean na int r”

Więcej pokrewnych odpowiedzi na “Konwertuj boolean na int r” w R

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu