Marc Aragonès
Marc Aragonès
I have tried with two screens: - 13.3" (1440 x 900) - 23" (1920 x 1080)
It worked in plain R. In Rstudio, I had to use `png()` and it also worked.
Yes, I am using Mac.
I've tried your solution and it works fine when you have just one table. But if I have two or more tables in that bind, I get the following error:...
The previous solution fixed my error. However, now I am facing another issue: I need to execute a raw SQL query: ```python def test_two_models(session): row1 = MyModel(email='[email protected]') row2 = MyOtherModel(email='[email protected]')...