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...
I could not solve the following question:
Fill in the blanks to print all elements of a array arr containing 3 elements:
for(int x=0; x<___; x++){______<<______[x]<<endl;}