Skip to content

How to edit a dataframe/tibble in R console

1 message · Yousri Fanous

#
Jim solution posted

Yousri

---------- Forwarded message ---------
From: Jim Lemon <drjimlemon at gmail.com>
Date: Sun, Apr 26, 2020 at 6:30 AM
Subject: Re: [R] How to edit a dataframe/tibble in R console
To: Yousri Fanous <yousri.fanous at gmail.com>


Hi Yousri,
This may help:

rootstock.df<-as.data.frame(lapply(rootstock,as.vector))
edit(rootstock.df)

Jim

On Sun, Apr 26, 2020 at 5:21 PM Yousri Fanous <yousri.fanous at gmail.com>
wrote:
http://www.R-project.org/posting-guide.html