View source: R/get_codeIds_from_qna_codings.R
get_codeIds_from_qna_codings | R Documentation |
Get the code identifiers from QNA codings
get_codeIds_from_qna_codings(
x,
within = "network",
return = "all",
includeUIDs = TRUE
)
x |
A parsed source or multiple parsed sources |
within |
Which type of network coding to look in |
return |
What to return ('all', 'nodes', 'edges', 'from', 'to') |
includeUIDs |
Whether to return the UIDs as well |
A character vector or data frame
### Get path to example source
examplePath <-
system.file("extdata", package="rock");
### Read a souce coded with the Qualitative Network Approach
qnaExample <-
rock::parse_source(
file.path(
examplePath,
"network-example-1.rock"
)
);
rock::get_codeIds_from_qna_codings(
qnaExample
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.