# NOT RUN {
#basic
details::details('test')
#sessionInfo
details::details(sessionInfo(), summary = 'sessionInfo')
#data.frame
details::details(head(mtcars))
#plots
# }
# NOT RUN {
details(
plot(x = mtcars$mpg, y = mtcars$wt),
summary = 'Plots')
# }
# NOT RUN {
#output options
#character
details::details('test', output = 'character')
#clipboard
if(clipr::clipr_available()){
details::details('test', output = 'clipr')
clipr::read_clip()
}
#file.edit
# }
# NOT RUN {
details::details('test', output = 'edit')
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab