File restructure #1

This commit is contained in:
2024-04-19 16:46:33 +02:00
parent a8a94ddc10
commit ecac05b9c4
703 changed files with 10 additions and 272568 deletions

View File

@ -1,35 +0,0 @@
.-
help for ^dropvars^ [jw] Mar 14, 2000
.-
Drop variables
--------------
^dropvars^ list
Description
-----------
^dropvars^ drops the variables that match the varlist specifications in list.
In contrast with ^drop^, ^dropvars^ allows terms in list that do not match
any variables; ^drop^ complain if any variable does not exist, and then
drops nothing.
^dropvars list^ is equivalent to
^for any list : capture drop X^
Example
-------
. ^dropvars a* b*^
drop all variables that start with either a or b.
Also see
--------
Manual: ^[R] drop^
On-line: help for @drop@