Function for arrange journal club schedule
Usage
jc_tombola(
data,
members,
papers = 1,
group,
gr_lvl,
status,
st_lvl,
frq,
date,
seed = NULL
)
Arguments
- data
Data frame withe members and their information.
- members
Columns with the members names.
- papers
Number of paper by meeting
- group
Column for arrange the group.
- gr_lvl
Levels in the groups for the arrange. See details.
- status
Column with the status of the members.
- st_lvl
Level to confirm the assistance in the JC. See details.
- frq
Number of the day for each session.
- date
Date when start the first session of JC.
- seed
Number for replicate the results (default = date).