Function to go to a certain part of the code

0

There is some function in R so that given a condition it skips to certain part of the code. I'm implementing an audit model, but at certain points it needs external files that are sent only at the end of the year, but I'd like to review the other items before that. The code I thought would be something like the one below, but not the one I put inside the if .

if(length(list.files(pattern = "RREO"))==0){#Proximo item da auditoria}
    
asked by anonymous 27.08.2018 / 19:54

0 answers