[R] Packaged exe and Shiny

2018-09-10 Thread Kevin Kowitski via R-help
Hey Everyone,    I do not know if this topic has been covered, I'm sure it must have, but is there a good environment for packaging R code into a distributed exe. (which includes all of the required libraries, etc.)?  I have seen that Shiny is a good GUI / Web library for sharing R programs, b

[R] read.xlsx function crashing R Studio

2016-08-22 Thread Kevin Kowitski
Hey everyone,     I have used read.xlsx in the past rather than XLConnect for importing Excel data to R.  However, I have been finding now that the read.xlsx function has been causing my R studio to Time out.  I thought it might be because the R studio I had was out of date so I installed R st

[R] String Matching

2015-08-12 Thread Kevin Kowitski
Hey everyone,    I have been having an issue trying to find a specific string of text in a log of system messages.  I have tried to use pmatch, match, and some regular expressions but all to no avail.   I have a matrix / data.frame (either one, the file outputs a tens of thousands of rows wit

[R] Exporting from R to Excel or .csv

2015-06-16 Thread Kevin Kowitski
Hello,    Does anyone have some insight on how to; or where I can find better information on how to, export multiple data.frames of different dimensions to the same .csv or excel file? -Kevin __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and

[R] for loop incorrect row count

2015-06-11 Thread Kevin Kowitski
Hey,    I am having an issue with a for loop that is intended to read index values by row and column so that it can pull out the valuable information.  My issue is that I am using a data.frame(which(df==1, arr.ind=TRUE)) to find the index of the values in my data frame that are equal to 1.  Th

Re: [R] Finding index of specific values in a data.frame

2015-06-11 Thread Kevin Kowitski
Jun 10, 2015, at 9:41 AM, Kevin Kowitski wrote: >> >> Hey everyone, >> >> I am new to R and I am trying to find the index of all of the values in a >> data.frame. I have a .csv file that outputs pass, fail, error, and >> indeterminate readings. I

Re: [R] Finding index of specific values in a data.frame

2015-06-11 Thread Kevin Kowitski
vid Winsemius wrote: > > >> On Jun 10, 2015, at 9:41 AM, Kevin Kowitski wrote: >> >> Hey everyone, >> >> I am new to R and I am trying to find the index of all of the values in a >> data.frame. I have a .csv file that outputs pass, fail, error, and >&

[R] Finding index of specific values in a data.frame

2015-06-10 Thread Kevin Kowitski
Hey everyone,    I am new to R and I am trying to find the index of all of the values in a data.frame.   I have a .csv file that outputs pass, fail, error, and indeterminate readings.  I have passed the data from the .csv to a data.frame, have performed the proper matching criteria to generate