You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c() and list() are primitives, so we can't use those, but it would be nice to combine server_variable objects easily. They can combine in two ways:
Merge them into a single server_variable object (ie, add another variable for a single server).
Combine several server_variable objects into a server_variable_list. That's what server_variable_list does, but see if we can find a more Rtistic way to do it.
The text was updated successfully, but these errors were encountered:
c()
andlist()
are primitives, so we can't use those, but it would be nice to combineserver_variable
objects easily. They can combine in two ways:server_variable
object (ie, add another variable for a single server).server_variable
objects into aserver_variable_list
. That's whatserver_variable_list
does, but see if we can find a more Rtistic way to do it.The text was updated successfully, but these errors were encountered: