= Stata Append = '''`-append-`''' adds the rows of an external dataset into the active dataset. <> ---- == Usage == {{{ append using "external_dataset.dta" }}} ---- == See also == [[https://www.stata.com/manuals/dappend.pdf|Stata manual for -append-]] ---- CategoryRicottone