You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2024. It is now read-only.
Question 1: Why is the output of summarise not collapsed into 2 columns and 3 rows? It seems counterintutive that a new column is added to the original data instead.
Question 2: How do I name the output object? On the right pane und the tab "Results" I see "unnamed 1" and have not managed to figure out how to change this name.
I am trying to replicate the output of the following R Code chunk in TidyBlocks:
Created on 2020-10-30 by the reprex package (v0.3.0)
I have managed to do so with the following Block:
I expected the following to work:
Question 1: Why is the output of summarise not collapsed into 2 columns and 3 rows? It seems counterintutive that a new column is added to the original data instead.
Question 2: How do I name the output object? On the right pane und the tab "Results" I see "unnamed 1" and have not managed to figure out how to change this name.