Nothing
Code
vigicaen:::check_data_out(data.frame(UMCReportId = 1L), ".data")
Condition
Error:
! `.data` must be an `out` table.
x Missing columns: Seriousness and Serious
> Supply an `out` table to `.data`. See ?out_.
Code
vigicaen:::check_data_out(demo_, ".data")
Condition
Error:
! `.data` must be an `out` table.
x Missing columns: Seriousness and Serious
> Supply an `out` table to `.data`. See ?out_.
Code
vigicaen:::check_data_fup(data.frame(UMCReportId = 1L), ".data")
Condition
Error:
! `.data` must be a `followup` table.
x Missing columns: ReplacedUMCReportId
> Supply a `followup` table to `.data`. See ?followup_.
Code
vigicaen:::check_data_fup(out_, ".data")
Condition
Error:
! `.data` must be a `followup` table.
x Missing columns: ReplacedUMCReportId
> Supply a `followup` table to `.data`. See ?followup_.
Code
add_death(demo_, out_data = adr_)
Condition
Error in `add_death()`:
! `out_data` must be an `out` table.
x Missing columns: Seriousness and Serious
> Supply an `out` table to `out_data`. See ?out_.
Code
suppressMessages(add_death(ind_, out_data = out_))
Condition
Error in `add_death()`:
! `.data` must be one of `demo`, `drug`, `adr`, and `link`.
x `ind` tables not supported in `add_death()`.
Code
add_serious(demo_, out_data = drug_)
Condition
Error in `add_serious()`:
! `out_data` must be an `out` table.
x Missing columns: Seriousness and Serious
> Supply an `out` table to `out_data`. See ?out_.
Code
suppressMessages(add_serious(ind_, out_data = out_))
Condition
Error in `add_serious()`:
! `.data` must be one of `demo`, `drug`, `adr`, and `link`.
x `ind` tables not supported in `add_serious()`.
Code
add_fup(demo_, fup_data = out_)
Condition
Error in `add_fup()`:
! `fup_data` must be a `followup` table.
x Missing columns: ReplacedUMCReportId
> Supply a `followup` table to `fup_data`. See ?followup_.
Code
suppressMessages(add_fup(ind_, fup_data = followup_))
Condition
Error in `add_fup()`:
! `.data` must be one of `demo`, `drug`, `adr`, and `link`.
x `ind` tables not supported in `add_fup()`.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.