search for: endrow

Displaying 20 results from an estimated 29 matches for "endrow".

Did you mean: endow
2013 Nov 04
3
Reading data from Excel file in r
Hi experts, I want to read data from an excel data like this: for the fifth column, from first row until 140 but only 1,3,5,7,.....139 (only 70 values), How can I do it in R? thanks [[alternative HTML version deleted]]
2013 May 02
1
Problems with reading data by readWorksheetFromFile of XLConnect Package
....xlsx", they could not be read smoothly. 1. How can I read the datasheet as numbers? 2. How can I treat the notation "-" as (1) "NA" or (2) zero? Thanks, Miao > temp<-readWorksheetFromFile("130502temp.xlsx", sheet=1, header=FALSE, startRow=2, endRow= 11, startCol=2, endCol=5) > temp Col1 Col2 Col3 Col4 1 647,853 1,413 57,662 27,897 2 491,400 1,365 40,919 20,411 3 38,604 - 5,505 985 4 576 - 20 54 5 80,845 21 10,211 4,494 6 36,428 27 1,007 1,953 7 269,915 587 32,988 12,779 8 2...
2025 Jan 28
3
XLConnect
Buenos días Antes con el paquete "XLConnect", podía leer y escribir en un lugar determinado en Excel tal y como indico a continuación in1_wb <- loadWorkbook("aa.xlsx") data1 <- readWorksheet(in1_wb, sheet="Sheet1", header = FALSE, startRow = 1, startCol = 1, endRow = 5, endCol = 8) in2_wb <- loadWorkbook("bb.xlsx") data2 <- readWorksheet(in2_wb, sheet="Sheet1", header = FALSE, startRow = 1, startCol = 1, endRow = 9, endCol = 8) out_wb <- loadWorkbook("resultado.xlsx") writeWorksheet(out_wb, data1, sheet = &quot...
2010 Feb 06
1
duplicating records
Dear friends, I need to fill in (duplicate the whole record) the missing days with the same record values as long as AE is the same value (i.e. "1"), once AE value changes, the process of duplication should proceed with the new AE value till it changes again. e.g. I need to fill in records: day 18-day 44, all the records are carried with the new AE value of "0". At the
2014 Apr 26
0
efi vesamenu 6.03-pre
...nce vesamenu.c32 is loaded, the output of executing a menu entry can't be *immediately* seen on screen; not always. I am having trouble explaining what I mean in generic terms, so here is an example. *** DEFAULT vesamenu.c32 MENU CLEAR MENU BACKGROUND #A00000FF MENU CMDLINEROW 19 MENU ENDROW 19 LABEL pwd COM32 pwd.c32 LABEL ls COM32 ls.c32 *** 1_ Display vesamenu. 2_Keep pressing [enter]. One time it PWD, the next it shows the vesamenu again. Each time it PWD, the "boot:" prompt is displayed in a lower row. At some point, it will not be shown any longer. It behaves...
2025 Jan 28
1
XLConnect
...Buenos días Antes con el paquete "XLConnect", podía leer y escribir en un lugar determinado en Excel tal y como indico a continuación in1_wb <- loadWorkbook("aa.xlsx") data1 <- readWorksheet(in1_wb, sheet="Sheet1", header = FALSE, startRow = 1, startCol = 1, endRow = 5, endCol = 8) in2_wb <- loadWorkbook("bb.xlsx") data2 <- readWorksheet(in2_wb, sheet="Sheet1", header = FALSE, startRow = 1, startCol = 1, endRow = 9, endCol = 8) out_wb <- loadWorkbook("resultado.xlsx") writeWorksheet(out_wb, data1, sheet = &quot...
2007 Apr 10
1
Add support for Variables
...passed as a param (in eg below ) or passed in memory. eg default: ------------- # Default boot option to use DEFAULT vesamenu.c32 # Prompt user for selection PROMPT 0 # Menu Configuration MENU WIDTH 80 MENU MARGIN 10 MENU PASSWORDMARGIN 3 MENU ROWS 12 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW 24 MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU TITLE RHS 5 Main Menu # Http server used in CONF files (because here should have global scope unless overriden by a local version) HTTP_SERVER=http://mykickstart.example.com # Vesa Options # MENU INCLUDE gfx/default # Menus LABEL x86-5 MENU DEF...
2006 Sep 23
5
SYSLINUX 3.31-pre4 is release candidate
I have decided to promote SYSLINUX 3.31-pre4 to release candidate status. If it tests out OK, it will become 3.31 some time next week, probably. -hpa
2008 Feb 13
1
menu.c32 empty label?
The attached config works, but gives 2 error messages that get covered up by the GUI screen so fast I cannot read them. I think they are probably about having 'LABEL' with nothing after it. I was trying to follow the example in menu.doc but somehow I'm doing it wrong. Please consider helping me figure out how to get the same resulting GUI menu without any error messages. I am using
2006 Sep 26
1
SYSLINUX 3.31 released
I have just released SYSLINUX 3.31. It is functionally identical to SYSLINUX 3.31-pre4. Changes in 3.31: * The simple menu system (menu.c32 and vesamenu.c32) now support loading more than one configuration file at a time, using MENU INCLUDE or by specifying multiple filenames. * The MENU COLOR statement can now control the shadowing mode. Changes in
2015 Nov 12
3
Problema con la lectura de datos
Otra opción es importar directamente los datos que necesites usando XLConnect (sin llevarlos a CSV). Ese paquete permite hacer cosas muy potentes desde el propio fichero de Excel. https://cran.r-project.org/web/packages/XLConnect/index.html Recomiendo, encarecidamente, la lectura de sus dos vignettes. Un Saludo, -- Miguel Ángel Rodríguez Muíños Dirección Xeral de Saúde Pública Consellería de
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...>(black), cyan #menu color help 30;47 #80ffffff #20ffffff none #Modified >(brown), white menu color msg07 37;40 #90ffffff #00000000 none # # Size of stuff # MENU WIDTH 80 MENU MARGIN 10 MENU PASSWORDMARGIN 3 MENU ROWS 15 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW 24 MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU HELPMSGROW 22 MENU HELPMSGENDROW -1 MENU HIDDENROW -2 MENU HSHIFT 0 MENU VSHIFT 0 # # main entries # ## menu label ^0. xxxx -->This IS displayed # Following IS Recomended:>boots MBR label local-boot menu default menu label ^0....
2006 Sep 19
6
Comments sought on the graphical menu infrastructure
Hi all, I would really appreciate feedback on the graphical menu system and its infrastructure. It's not really clear to me that it's what people want; it seems to me that it makes more sense than gfxboot, for example (C rather than pseudo-Forth), but I can understand people would disagree. Anyway, the more feedback I get the easier it will be to pick a direction and a priority for
2009 Apr 24
1
MENU not having to press <ENTER> key?
...would like to be able to just press a key ie <1> and it go into the menu without having to press <1> and then <Enter> Has anyone got any idea on how to get it sorted? Cheers, Guy menu title PXE Boot Menu menu background graphics/main.jpg menu tabmsgrow 22 menu cmdlinerow 22 menu endrow 24 menu color title 1;34 #00000000 #00000000 none menu color sel 7;37 #ff0000ff #00000000 none menu color border 30;44 #00000000 #00000000 none menu color pwdheader 31;47 #ff0000ff #ffffffff none menu color hotkey...
2011 Feb 24
0
Rd, S4 classes and PDFs
...D check will actually make sure that all the parameters are documented etc. However, there are still some overflows for methods with many parameters, my worst offender currently being \S4method{readWorksheet}{workbook,numeric,numeric,numeric,numeric,numeric,logical}(object,sheet,startRow,startCol,endRow,endCol,header) where just the type signature alone is too long. I tried various ways of introducing line breaks in the type signature, but they all seem to fail (\cr, \, raw line breaks, double raw line breaks), is there anything that can be done about it? Another PDF ugliness issue is the index...
2013 Mar 05
0
pxelinux.0 doesn't provide downloading progress from images
...KGROUND binary.jpg # Prompt user for selection PROMPT 0 # Menu Configuration KBDMAP german.kbd MENU WIDTH 80 MENU MARGIN 10 MENU PASSWORDMARGIN 3 MENU ROWS 12 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW 24 MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU MASTER PASSWD ***** MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben: #MENU AUTOBOOT Auswahl startet in # Sekunden menu color border 0 #ffffffff #ee000000 std menu color title...
2008 Jan 09
0
Feature Request - Allow calling of labels from other labels
...------------------------------------- # Default boot option to use DEFAULT vesamenu.c32 # Prompt user for selection PROMPT 0 # Time until default is selected TIMEOUT 100 # Menu Configuration MENU WIDTH 80 MENU MARGIN 10 MENU PASSWORDMARGIN 3 MENU ROWS 12 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW 24 MENU PASSWORDROW 11 MENU TIMEOUTROW 20 MENU TITLE 32Bit (x86) RHES 3.x OS Choice # Vesa Options # MENU INCLUDE gfx/default # Return to Main Menu LABEL MainMenu MENU DEFAULT MENU LABEL ^Main Menu KERNEL vesamenu.c32 # # Latest Release # LABEL latest MENU LABEL ^Latest Release...
2013 Apr 23
1
Questions on function "readNamedRegionFromFile" in XLConnect pacakge
Hi, I have two questions on the function "readNamedRegionFromFile" in XLConnect pacakge. 1. In the documentation, # multiregion xlsx file from demoFiles subfolder of package XLConnect demoExcelFile <- system.file("demoFiles/multiregion.xlsx", package = "XLConnect") # Load a single named region into a single data.frame. df
2011 Sep 15
2
Reading Parts of Excel Files (within a sheet)
Dear R Users, I have to read data from many excel spreadsheets, all which have some frustrating formatting (lots of titles, headers, etc.). I am trying to work directly from source data and the number of the spreadsheets I would have to go through make reformatting one by one a pain. I have found lots of ways to read excel files, but my question is whether there is a way to only read
2009 Mar 19
0
Full config file with Timeout issue
...0ffffff menu color pwdentry 30;47 #80ffffff #20ffffff menu color timeout_msg 37;40 #80ffffff #00000000 menu color timeout 1;37;40 #c0ffffff #00000000 Menu TITLE G4L boot Menu - version 0.30a MENU BACKGROUND test.png MENU ROWS 17 MENU TABMSGROW 22 MENU TIMEOUTROW 23 MENU CMDLINEROW 22 MENU ENDROW 24 LABEL bz20.4 MENU LABEL ^A: bz20.4 386 build 2.6.20.1 RELEASED 02-21-2007 KERNEL bz20.4 APPEND initrd=ramdisk.gz ramdisk_size=65536 root=/dev/ram0 noacpi LABEL bz21.6 MENU LABEL ^B: bz21.6 386 build 2.6.21.6 RELEASED 07-04-2007 KERNEL bz21.6 APPEND initrd=ramdisk.gz ramd...