Most voted "stringr" questions
None
Learn more…5 questions
Sort by count of
-
5
votes1
answer109
views -
1
votes1
answer1848
viewsSelect part of Text in R
I would like to filter specific elements of a line, similar to the Excel filter. I have the following example: NOME VALOR LEITO 1 10 LEITO 2 - HPP 20 LEITO 3 - HPP 30 LEITO 4 40 I need to filter, in…
-
1
votes1
answer23
viewsR language - Column separation
I have the two columns below and I need to separate them so that the digits are in other columns. The idea is to have at the end 4 columns with names of teams and score. Two columns of df2 type…
-
1
votes1
answer64
viewsRegex for numbers of different sizes
I need to read an image . png with a financial handling table, like the one below: From this table I need to extract the columns gross balance, availabilities, Application/Redemption and Final Gross…
-
-1
votes1
answer62
viewsDivide bibliographic references into columns in R
I am with df which contains several bibliographic references. My intention is to divide these references into the following columns: "Author", "Title", "Periodico", "Data of the Periodico" (volume,…