Displaying 1 result from an estimated 1 matches for "getr3ddefault".
Did you mean:
  getr3ddefaults
  
2013 Oct 07
1
search for variable in package in .GlobalEnv first
Hi
First, sorry if I get the terminology wrong, I am still quite new to the
concept of using environments and workspaces.
Say I have a statement in a package SIM like
sim <- TYPE
where the variable TYPE is initialized in the package to
e.g. "exponential" (SIM::TYPE == "exponential").
Now, I want to give the user the option of specifying the variable TYPE,
but to the