trim spaces or other unwanted text in R

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 4

  • @logywonds6069
    @logywonds6069 3 роки тому

    thanks bro!!!!

  • @sudiptomitra
    @sudiptomitra 4 роки тому +1

    How to remove "$" & comma signs from the values in a variable of data frame by R ?

    • @djangoworldwide7925
      @djangoworldwide7925 3 роки тому

      I would guess using the gsub command
      gsub("\\$+", " ", data) and same for "\\,+" " ", data

  • @Michelle-mv1gg
    @Michelle-mv1gg 3 роки тому

    How do I remove unwanted numbers after the underscore?