splitstackshape Questions
1
Please run this script below, the following R script gives a shiny dashboard with two boxes. I want to reduce the width between two boxes and display data in the right chart. The data should be bas...
Polyploid asked 21/12, 2017 at 8:17
5
Solved
I am working on HCUP data and this has range of values in one single column that needs to be split into multiple columns. Below is the HCUP data frame for reference :
code label
61000-61003 excisi...
Labaw asked 13/10, 2015 at 21:50
2
Solved
Consider the following dataset:
dt <- structure(list(lllocatie = structure(c(1L, 6L, 2L, 4L, 3L), .Label = c("Assen", "Oosterwijtwerd", "Startenhuizen", "t-Zandt", "Tjuchem", "Winneweer"), clas...
Sodom asked 22/7, 2015 at 16:8
2
Solved
I was searching for a way to split the column content by a separator and converting a table into a long format. I found cSplit from the splitstackshape package and it is almost doing what I was loo...
Hubris asked 13/5, 2015 at 6:45
2
Solved
Can fread from "data.table" be forced to successfully use "." as a sep value?
I'm trying to use fread to speed up my concat.split functions in "splitstackshape". See this Gist for the general appr...
Mcmaster asked 8/10, 2013 at 4:55
1
© 2022 - 2024 — McMap. All rights reserved.