Export a section in importation SIC format
create_section_txt.Rd
Export a section in importation SIC format
Arguments
Value
character, section description in SIC text import format.
Examples
# Trapezoidal section
create_section_txt("Trapeze", 0, "T", list(B = 2, S = 1.5, ZF = 100, ZB = 102))
#> [1] "Trapeze $ 0 $ $ 0 $ T" "0" "2\t1.5"
#> [4] "102\t100"
#> attr(,"class")
#> [1] "SectionTxt" "character"