Questions tagged as 'r'

1
answer

Function to validate a CPF in R [closed]

Please, I need a function in R to validate a CPF, ie check if a number passed as a parameter is a valid CPF.     
asked by 29.09.2017 / 21:06
1
answer

Selecting different intervals in a giant dataframe in RStudio

I have a large CSV with large stock dates and their closing prices, impossible to use Excel. The action name is in the same column as the date and only appears at the beginning of the series, as shown below: I have limited knowledg...
asked by 07.12.2018 / 16:17
1
answer

Using the code below, why am I only collecting the data from the last page of the Loop? [closed]

rm(list=ls()) options(warn=-1) library("RCurl") library("XML") baseurl <- "http://www.gmbahia.ufba.br/index.php/gmbahia/issue/archive?issuesPage=XX#issues" dados <- data.frame() for (i in 1:29){ print(i) url <- gsub("XX", i...
asked by 10.08.2015 / 19:02