creating an article in rmarkdown. doing text before graphic . Knitting (without graphic)to either pdf or word ,no problem. Inserting plots. running each plot code in the rmarkdown file works fine.
When I try to knit to output I get the message below.
dfpop is a dataframe in global r environment.
Tried "the yellow pages" (other topics here/ stack overflow, Google) without result. Am not a data scientist .
All help appreciated.thank you
dfpop
#> Error in eval(expr, envir, enclos): object 'dfpop' not found
Created on 2021-05-13 by the reprex package (v2.0.0)