% Generated by roxygen2: do not edit by hand % Please edit documentation in R/util.R \name{\%=\%} \alias{\%=\%} \title{Multiple assignment operator} \usage{ l \%=\% r } \arguments{ \item{l, r}{the variables to be assigned, and the list or function return object} } \description{ Assign multiple variables from a list or function return object }