Displaying 20 results from an estimated 900 matches similar to: "Multiple CSV files in different sheets of an Excel file"
2017 Nov 06
0
Multiple CSV files in different sheets of an Excel file
> On Nov 6, 2017, at 3:23 AM, Kamlesh Khollam <khollam.kamlesh33 at gmail.com> wrote:
>
> Hi Team,
> I am tried "WriteXLS" package for merging 2 csv files. R script runs
> successfully but does not create CSVmerge file.
>
> Appreciate our help.
>
> ?Best Regards,
> Kamlesh Khollam?
Hi,
You appear to be replying to a thread from January of 2016, or
2009 Jul 02
2
Export data to Multiple Sheets in Excel via xlsReadWritePro
Is there a way to export multiple datasets into multiple excel spreadsheets using xlsReadWritePro or with xlsReadWrite?
Chris Anderson
707.315.8486
www.sassydeals4u.com
____________________________________________________________
Turn any room into a work of art. Click now for beautiful oriental rugs!
2010 Aug 23
7
"easiest" way to write an R dataframe to excel?
I am using R 2.11.1 in a Microsoft Windows 7 environment.
I tried using WriteXLS, but get the message " In system(cmd) : perl not found"
What is the "easiest" way to write an R dataframe to Excel? (I am familiar with
WriteXLS, but I do not have PERL installed, and if not needed, do not wish to
install it.)
I am also familiar with write.table, but if possible, wish to
2013 Feb 13
1
WriteXLS: 'object not found' error within function
Dear All,
I am using WriteXLS to write tables with multiple sheets with the command:
WriteXLS("tables", ExcelFileName = fileName, SheetNames = tableList, perl = "perl",
verbose = FALSE, Encoding = c("UTF-8", "latin1"),
row.names = TRUE, col.names = TRUE,
AdjWidth = TRUE, AutoFilter = FALSE, BoldHeaderRow = FALSE,
2010 Jul 13
3
export tables to excel files on multiple sheets with titles for each table
Hello R-users,
Checking the archives, I recently came across this topic:
"export tables to Excel files"
(http://r.789695.n4.nabble.com/export-tables-to-Excel-files-td1565679.html#a1565679),
and the following interesting references have been proposed:
http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows
2012 May 20
4
write.xls
Hello, All:
The "writeFindFn2xls" function in the "sos" package tries to
write an Excel file with 3 sheets ('PackageSum2', 'findFn', 'call').
Unfortunately, it is often unable to do this because of configuration
problems that are not easy to fix. I've found 3 contributed packages
that provide facilities to write Excel files with
2020 Jan 21
4
aarch64 does not emit DW_AT_Location
Hi Devs,
debug info emitted by llvm does not contain DW_AT_Location for Formal
parameter
if it is an aggregate like below case
1) aggregate contain more than 4 homogeneous and size more than 128 bits
i.e.
typedef struct{
int a,b,c,d,e;
}mystruct;
void foo(mystruct ms){
}
2) aggregate contain hetrogeneous type and size more than 128 bits.
i.e.
typedef struct{
int a,b;
float c,d,e;
}mystruct;
void
2011 Dec 23
1
execute command just after Dial()
Hello,
I'm using AGI scripting with asterisk and need to execute certain commands just after Dial(). But once dial command is executed, further commands/instructions are ignored.
$agi->exec("Dial","SIP/100");
$dialstatus = $agi -> get_variable("DIALSTATUS");
if($dialstatus[data]=="ANSWER")
{
do something.......
2011 Dec 14
1
get start-time of all active calls
Hello,
asterisk version 1.6.2.7
I want to get the start time of all active calls from console, could you please let me know the best way to get it.
thanks,
Kamlesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111214/b462516a/attachment.htm>
2020 Mar 25
2
__builtin_thread_pointer for RISC-V
Hi Devs,
since risc-v has a register $tp which is thread pointer.
is it possible to have __builtin_thread_pointer for RISC-V?
I am not sure what could be corresponding instructions?
./kamlesh
2013 Feb 26
1
set time zone in sip debug logs
Hello, Please suggest the way to change the time zone in below sip debug logs. INVITE sip:xxxxxxxxxx at xxx.xxx.xxx.xxx:5060 SIP/2.0Via: SIP/2.0/UDP xxx.xxx.xxx.xxx:5060;branch=z9hG4bK7bbd9;rportMax-Forwards: 70From: "xxxxxxxxxx" <sip:xxxxxxxxxx at xxx.xxx.xxx.xxx>;tag=as23a29r59To: <sip:xxxxxxxxxx at xxx.xxx.xxx.xxx:5060>Contact: <sip:xxxxxxxxxx at
2020 May 27
2
By default clang does not emit trap insn
looks like experimental/work in progress support:
https://reviews.llvm.org/D62731
On Tue, May 26, 2020 at 10:39 PM kamlesh kumar via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
>
> On Wed, May 27, 2020 at 11:06 AM kamlesh kumar <kamleshbhalui at gmail.com>
> wrote:
>
>> Hi Devs,
>> going by this link https://llvm.org/docs/LangRef.html#floatenv
>>
2019 Dec 10
2
aarch64 do not generate debug info for tls var
GCC's behavior matches LLVM.
so should we leave it?
On Tue, Dec 10, 2019 at 12:54 PM David Blaikie <dblaikie at gmail.com> wrote:
> What does GCC do?
>
> On Mon, Dec 9, 2019 at 10:25 PM kamlesh kumar via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi Devs,
>>
>> consider below testcase
>> $cat test.c
>> __thread int mtls=1;
2011 Aug 17
4
Referencing 'inst' directory in installed package
Hi,
My R package has files in the 'inst' directory that it needs to reference. How can the R scripts in my package find out the full path to the 'inst' directory after the package is installed, given that different users may have installed the package to different libraries?
Thanks,
Jon Malmaud
2020 May 27
4
default behavior or
Hi Devs,
going by this link https://llvm.org/docs/LangRef.html#floatenv
it says that floating point operation does not have side effects by
defaults.
but when compile a test case
i.e.
cat a.c
float foo(float a, float b)
{
return a+b;
}
$clang a.c -O2 -S -emit-llvm
emit ir like:
$cat a.ll
---------------------------------------
; ModuleID = 'a.c'
source_filename = "a.c"
target
2001 Nov 29
1
Share problem !
Hello List,
I have a small problem in configuring SAMBA on my Linux Red Hat 6.2 box.
If user xyz with username xyz tries to access samba share from windows NT
box, everything works fine except one thing. In Network Neighbourhood three
shares are visible instead of two . Shares defined in smb.conf are global,
homes and printer. In network neighbourhood it shows three directories:
xyz
2018 Mar 11
1
Implement a single updater class for Dominators
Hi Devs,
I am Kamlesh Kumar,CS undergraduate at NIT Manipur,India. I have been
programming in C/C++ for more than 3 year.
I have gone through various LLVM Core libraries and it's tool as well
implemented it in my project .I am well aware of core concepts related to
LLVM and it's code base, I have read three books available at Safari Online
Books
1. LLVM - Essentials
2. LLVM - Cookbook
3.
2019 Dec 10
2
aarch64 do not generate debug info for tls var
Hi Devs,
consider below testcase
$cat test.c
__thread int mtls=1;
void foo(){
mtls++;
}
it emits this debug info for mtls
0x0000002a: DW_TAG_variable
DW_AT_name ("mtls")
DW_AT_type (0x00000035 "int")
DW_AT_external (true)
DW_AT_decl_file ("test.c")
DW_AT_decl_line (1)
2008 Dec 08
1
About adf.test
Dear sir,
I am a new user of R statistical package. I want to perform
adf.test(augmented dickey fuller test), which packages I need to install in
order to perform it. I am getting following message on my monitor.
*x<-rnorm(1000)
> adf.test(x)
Error: could not find function "adf.test"
*I am waiting for your response.
Kamlesh Kumar.
--
Kamlesh Kumar
Appt. No. - QQ420,
2010 Feb 23
5
export tables to Excel files
Dear R users,
I've just posted a similar question about Illustrator.
This time I would like to export the results of my statistic tables and
my dataframes into Excel files.
Up to now I've used write.csv(), but I have to resave every file in .xls
in Excel.
I would like to know if there is a function or package to export
directly into *.xls.
I have found xlsReadWrite which would be