dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

datastep issue in source.all() #160

Closed dbosak01 closed 5 months ago

dbosak01 commented 5 months ago

When a datastep is running inside the source.all() function, I'm getting some error about objects not found. The object is being created immediately before the datastep. But the datastep appears to be using the global environment to find things instead of the local one. In this case it is a user-defined format. See t_ae1.R.