Obscure the upper triangular portion of a frameMatrix.
obscureUpper.Rd
Obscure the upper triangular portion of a frameMatrix.
Examples
sbc007 = undupeLayers(sbc007, "trail", "name")
sbc007 = addFrameMatrix(sbc007)
#> Warning: The `x` argument of `as_tibble.matrix()` must have unique column names if
#> `.name_repair` is omitted as of tibble 2.0.0.
#> ℹ Using compatibility `.name_repair`.
#> ℹ The deprecated feature was likely used in the rezonateR package.
#> Please report the issue to the authors.
obscureUpper(frameMatrix(sbc007))[1:10, 1:12]
#> # A tibble: 10 × 12
#> id name the way they were fe…¹ `right now` `The two couples`
#> <chr> <chr> <chr> <chr> <chr>
#> 1 2053E98E98EDE the way t… "/" "/" "/"
#> 2 2DFABF7A78227 right now "" "/" "/"
#> 3 13B30F106D8DF The two c… "" "" "/"
#> 4 21E91EA9BEFE2 ànything … "" "" ""
#> 5 14CE0A33F22EB the thing… "" "" ""
#> 6 2B670736C6823 Trail 87 "" "" ""
#> 7 4D1295B2824B our paren… "" "" ""
#> 8 2A0D426AC880C All this … "" "" ""
#> 9 976E7D74A2A9 hypotheti… "" "" ""
#> 10 C0687A8FB25 Tim's fir… "" "" ""
#> # ℹ abbreviated name: ¹`the way they were feeling`
#> # ℹ 7 more variables:
#> # `ànything positive about Tim's uncomfortable situation that he could do` <chr>,
#> # `the thing that really scares Alice` <chr>, `Trail 87` <chr>,
#> # `our parents` <chr>,
#> # `All this other shit (other than talking to Ben)` <chr>,
#> # `hypothetical Tim complaint` <chr>, `Tim's first reaction` <chr>