= Stata FrGet = The '''`frget`''' command copies a variable from a [[Stata/FrLink|linked frame]]. <> ---- == Usage == {{{ frget foo bar baz, from(linkvar) frget foo newbar=bar, from(linkvar) }}} To copy all variables while adding a prefix, try: {{{ frget *, from(linkvar) prefix(merge_) }}} There is also a '''`suffix(stub)`''' option. ---- == See also == [[https://www.stata.com/manuals/dfrget.pdf|Stata manual for frget]] ---- CategoryRicottone