You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing of the documents has now been pulled out to a separate function, parse_one_document(). However there are still many levels of loops which are not the ideal approach for many situations in R. The code is also very complex.
What should happen is to simplify this code through a combination of creating some separate functions and by using lapply() and its relatives when appropriate.
The text was updated successfully, but these errors were encountered:
Parsing of the documents has now been pulled out to a separate function, parse_one_document(). However there are still many levels of loops which are not the ideal approach for many situations in R. The code is also very complex.
What should happen is to simplify this code through a combination of creating some separate functions and by using lapply() and its relatives when appropriate.
The text was updated successfully, but these errors were encountered: