search for: pg1

Displaying 7 results from an estimated 7 matches for "pg1".

Did you mean: pg
2017 Jun 22
2
Accessing Pointers
Hello, I am relatively new to R and would like to access the document my pointer is pointing to in the following line of code. Need some help. #install.packages('xml2') library('xml2') pg1 <- read_html("www.msn.com") str(pg1) ptr <- pg1[[2]] [[alternative HTML version deleted]]
2017 Jun 22
0
Accessing Pointers
...t gmail.com> wrote: > > Hello, > > I am relatively new to R and would like to access the document my pointer "my pointer"? > is pointing to in the following line of code. Need some help. > > #install.packages('xml2') > library('xml2') > pg1 <- read_html("www.msn.com") Error: 'www.msn.com' does not exist in current working directory ('/Users/davidwinsemius'). > str(pg1) > ptr <- pg1[[2]] > > [[alternative HTML version deleted]] > > ______________________________________________ &g...
2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
...ignore its -# argument. -m4_define([_AC_FUNC_GETPGRP_TEST], -[AC_LANG_SOURCE([AC_INCLUDES_DEFAULT] -[[ -/* - * If this system has a BSD-style getpgrp(), - * which takes a pid argument, exit unsuccessfully. - * - * Snarfed from Chet Ramey's bash pgrp.c test program - */ - -int pid; -int pg1, pg2, pg3, pg4; -int ng, np, s, child; - -int -main () -{ - pid = getpid (); - pg1 = getpgrp (0); - pg2 = getpgrp (); - pg3 = getpgrp (pid); - pg4 = getpgrp (1); - - /* If all of these values are the same, it's pretty sure that we're - on a system that ignores getpgrp's fi...
2010 Apr 27
2
How to work out 3-way probabilities
...probabilities in the sport event. I have work out probabilities for group of 2 players: p1 - probability, what player1 will beat player2 p2 - probability, what player2 will beat player1 pt - tie probability, p1 <- 1 - p1 - p2; Now i want to work out probabilities for group of 3 players, like: pg1 - probability, what player1 will beat player2 and player3 pg2 - probability, what player2 will beat player1 and player3 pg3 - probability, what player3 will beat player1 and player2 I have probabilities for every pair of players in that group. Is there a function in R, what can simply convert this...
2003 Nov 25
1
idmap uid range missing or invalid
....c:winbindd_param_init(380) winbindd: cannot continue, exiting. [2003/11/25 10:55:44, 2] lib/interface.c:add_interface(79) added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 [2003/11/25 10:55:44, 5] lib/util.c:init_names(270) Netbios name list:- my_netbios_names[0]="PG1" [2003/11/25 10:55:44, 2] lib/interface.c:add_interface(79) added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 [2003/11/25 10:55:44, 5] lib/gencache.c:gencache_init(59) Opening cache file at /usr/local/samba/var/locks/gencache.tdb [2003/11/25 10:55:44, 5] libsmb/namecac...
2007 Feb 21
1
TurboTax Home & Business 2006
I'm a Wine newbie. I tried to install Turbotax and have gotten part way to the goal. Perhaps someone can advise me how to continue. My attempt to install (on FC6) involved starting the CD's setup.exe and/or autorun.exe. Install shield reports (and still does) that it cannot find or display the "license" file, but this does not stop the installation. Initially
2015 May 18
4
How best to get around shadowing of executables by system()'s prepending of directories to Windows' PATH?
My question: On Windows, R's system() command prepends several directories to those in the Windows Path variable. >From ?system The search path for 'command' may be system-dependent: it will include the R 'bin' directory, the working directory and the Windows system directories before 'PATH'. This shadows any executables on the Path that share a