epiforecasts / socialmixr

R package for deriving social mixing matrices from survey data.
http://epiforecasts.io/socialmixr/
Other
38 stars 11 forks source link

`list_surveys()` does not return a complete list #94

Closed sbfnk closed 1 year ago

sbfnk commented 1 year ago

Probably related to #90

library("socialmixr")
#> 
#> Attaching package: 'socialmixr'
#> The following object is masked from 'package:utils':
#> 
#>     cite
list_surveys()
#> Warning in eval(jsub, SDenv, parent.frame()): NAs introduced by coercion
#>    date_added                                                   title
#> 1: 2017-12-07 Social contact data before and during COVID-19 in China
#>           creator  url
#> 1: Zhang Juanjuan <NA>

Created on 2023-10-18 with reprex v2.0.2