R# zzz.R magic trick
zzz
01 Syntax
SMRUCC.Rsharp.Development.Package.zzz
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| TryRunZzzOnLoad | 1 | It's a file where one usually puts actions on load of the package. |
| RunZzz | 1 |
03 Members
TryRunZzzOnLoad(
Assembly, Boolean)It's a file where one usually puts actions on load of the package. It is tradition/convention that it's called zzz.R and could be called anything.R
You only need To include this If you want you package To Do something out Of the ordinary When it loads. Keep looking at what people put In there And you'll begin to get a sense of what they're used for.
Parameters
| Name | Type | Description |
|---|---|---|
package | Assembly | module named |
RunZzz(
Assembly, Boolean)Parameters
| Name | Type | Description |
|---|---|---|
package | Assembly | - |
quietly | Boolean | config quietly for clr assembly module loader |