Skip to content

messed up output  #114

@MarieAgosta

Description

@MarieAgosta

With this line of code:


library(dplyr)
library(stargazer)
age <- anes$dem_age_r_x %>% as.data.frame()
#stargazer(age, type = "text", summary = TRUE) for seeing #what the table looks #like, because without specifying text it just looks like the code for output as #it will eventually appear in a knitted document stargazer
(age, summary = TRUE)
stargazer(age, summary = TRUE)

We get this output before our table. I have been googling away as to why and how to correct it but I just don’t understand. Could you please help me? 


![screen shot 2016-11-11 at 10 09 49 am](https://cloud.githubusercontent.com/assets/22035414/20211540/568ac1be-a7ff-11e6-9f36-9ad4cf42754f.png)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions