| convert_fort_if_impl | R Documentation |
Translates Fortran block-form and single-line IF constructs to C++ in each
element of code. Fortran relational and logical operators
(.GE., .LE., .GT., .LT., .EQ.,
.NE., .AND., .OR.) are converted everywhere they
appear. Matching is case-insensitive.
convert_fort_if_impl(code)
code |
Character vector of source lines. |
Character vector with Fortran IF constructs replaced by C++.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.