View source: R/methodCdmTableFromSource.R
cdmTableFromSource | R Documentation |
This is an internal developer focused function that creates a cdm_table from a table that shares the source but it is not a cdm_table. Please use insertTable if you want to insert a table to a cdm_reference object.
cdmTableFromSource(src, value)
src |
A cdm_source object. |
value |
A table that shares source with the cdm_reference object. |
A cdm_table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.