Skip to contents

Extract/set a frameMatrix.

Usage

frameMatrix(rezrObj)

frameMatrix(rezrObj) <- value

Arguments

rezrObj
value

The new frameMatrix.

Value

The frameMatrix of the rezrObj.

Examples

sbc007 = undupeLayers(sbc007, "trail", "name")
sbc007 = addFrameMatrix(sbc007)
frameMatrix(sbc007)[1:10, 1:12]
#> # A tibble: 10 × 12
#>    id      name  the w…¹ right…² The t…³ ànyth…⁴ the t…⁵ Trail…⁶ our p…⁷ All t…⁸
#>    <chr>   <chr> <chr>   <chr>   <chr>   <chr>   <chr>   <chr>   <chr>   <chr>  
#>  1 2053E9… the … ""      ""      ""      ""      ""      ""      ""      ""     
#>  2 2DFABF… righ… ""      ""      ""      ""      ""      ""      ""      ""     
#>  3 13B30F… The … ""      ""      ""      ""      ""      ""      ""      ""     
#>  4 21E91E… ànyt… ""      ""      ""      ""      ""      ""      ""      ""     
#>  5 14CE0A… the … ""      ""      ""      ""      ""      ""      ""      ""     
#>  6 2B6707… Trai… ""      ""      ""      ""      ""      ""      ""      ""     
#>  7 4D1295… our … ""      ""      ""      ""      ""      ""      ""      ""     
#>  8 2A0D42… All … ""      ""      ""      ""      ""      ""      ""      ""     
#>  9 976E7D… hypo… ""      ""      ""      ""      ""      ""      ""      ""     
#> 10 C0687A… Tim'… ""      ""      ""      ""      ""      ""      ""      ""     
#> # … with 2 more variables: `hypothetical Tim complaint` <chr>,
#> #   `Tim's first reaction` <chr>, and abbreviated variable names
#> #   ¹​`the way they were feeling`, ²​`right now`, ³​`The two couples`,
#> #   ⁴​`ànything positive about Tim's uncomfortable situation that he could do`,
#> #   ⁵​`the thing that really scares Alice`, ⁶​`Trail 87`, ⁷​`our parents`,
#> #   ⁸​`All this other shit (other than talking to Ben)`
#> # ℹ Use `colnames()` to see all variable names