BergelsonLab / blabr

Other
1 stars 3 forks source link

function to write session info as the poor man's renv #34

Open kalenkovich opened 1 year ago

kalenkovich commented 1 year ago

Probably this is enough:

writeLines(capture.output(sessionInfo()), "session-info_{username}.txt")

Code above (except for the filename) from here