Storing a list of items in an _environment.local
file
#10482
-
DescriptionThe title says it all. Is it possible to store a list of items in an
This is to be handled in R. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
_environment
is following usual environment variable specification.It does not have complex structure (most of the time depending on the environment being Bash, PowerShell, etc.), so use whatever separator and split afterwards.