Closed sbfnk closed 4 months ago
sim_linelist expects arguments to be set to NA if not used - usually NA is reserved for missing data (and has a type) so I think this should be NULL instead.
sim_linelist
NA
NULL
This package does not have a sim_linelist() function. Was this issue meant for {simulist}? I will transfer it to simulist.
sim_linelist()
{simulist}
sim_linelist
expects arguments to be set toNA
if not used - usuallyNA
is reserved for missing data (and has a type) so I think this should beNULL
instead.