nwclear

Clear all networks and variables from memory

Syntax

nwclear

Description

Clears all networks and variables from memory. This is the network extension of clear. One can also just drop some or all networks using nwdrop.

This example loads network data and clears everything afterwards.

. nwwebuse glasgow
. nwclear

Alternatively, one can also just drop networks. This does not delete the Stata variables that are not associated with networks. For more information see nwdrop.

. nwdrop _all

Supported network types

Not applicable - clears all networks and Stata variables from memory unconditionally, independent of any network’s own properties.

See also

  • nwdrop, clear
  • last certified : 24 Aug 2026

Back to top

nwcommands is free to install and use, including for commercial research. See the GitHub repository for source, license, and issue tracking.

This site uses Just the Docs, a documentation theme for Jekyll.