Displaying 1 result from an estimated 1 matches for "regionalairlines".
2010 Jan 20
7
Data Manipulation
...xport to a txt file.
I have tried the folowing
ind=finvizAllexETF$Industry
ind is then "Aluminum" "Business Services" "Regional Airlines"
ind2=gsub(" " ,"",ind)
ind3
[1] "Aluminum" "BusinessServices" "RegionalAirlines"
> for (i in 1:3) ind3[i]<- AllexETF$Ticker[AllexETF$Industry==ind2[i]]
Warning messages:
1: In ind3[i] <- finvizAllexETF$Ticker[AllexETF$Industry == ind2[i]] :
number of items to replace is not a multiple of replacement length
> str(AllexETF)
'data.frame': 5137 obs...