Konversi int ke karakter r

# Convert integer to character
as.character(1)   # will retun "1"
Matthew David