powered by
See https://docs.docker.com/engine/reference/builder/#label
Label_SessionInfo(session = sessionInfo(), as_json = FALSE)
An object of class 'sessionInfo' as returned by utils::sessionInfo(), or alternatively a class 'session_info' as returned by devtools::session_info()
Determines whether to parse the session information to a json-string instead of a plain string
A label with key 'R.session-info' and the deparsed session information in one line
Other label: Label-class, LabelSchemaFactory, Label_Maintainer, Label
Label-class
LabelSchemaFactory
Label_Maintainer
Label
# NOT RUN { the_session <- clean_session() the_dockerfile <- dockerfile(the_session) addInstruction(the_dockerfile) <- Label_SessionInfo(the_session) # }
Run the code above in your browser using DataLab