Description Usage Details Value Warning See Also Examples
The name of the last used module.
1 |
A module is considered used last if it has just been:
defined or imported with a name without special meaning and not
reserved (see define),
made or touched with a non-reserved name.
Other actions on modules do not alter the value of .Last.name.
The name of the last used module.
Do not assign to .Last.name in the workspace, because this will always
mask the object of the same name in package:modulr.
1 2 3 4 5 6 | define("foo", NULL, function() NULL)
.Last.name
define("bar/test", NULL, function() NULL)
.Last.name
make("bar/test")
.Last.name
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.