View source: R/R12-SWA_linking_code.R
camr_SWA_linking_code_simulate | R Documentation |
Function to simulate different types of data to pass to the linking code function. Provides (a) data for debugging purposes, (b) realistic data for accuracy assessment, (c) data at a single time point with duplicate records, and (d) a small data set for demonstration purposes.
camr_SWA_linking_code_simulate(chr_type = "debug")
chr_type |
A character string, the type of
data set to generate, where |
A data frame.
Kevin Potter
dtf_demo <- camr_SWA_linking_code_simulate( 'demo' )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.